feat: 内容稿件列表筛选栏
This commit is contained in:
@ -21,15 +21,17 @@
|
||||
|
||||
.arco-btn-primary {
|
||||
background-color: $color-primary !important;
|
||||
border: none !important;
|
||||
border-color: transparent !important;
|
||||
color: #fff !important;
|
||||
&.arco-btn-disabled {
|
||||
color: #fff !important;
|
||||
border-color: transparent !important;
|
||||
background-color: $color-primary-3 !important;
|
||||
}
|
||||
&:not(.arco-btn-disabled) {
|
||||
&:hover {
|
||||
color: #fff !important;
|
||||
border-color: transparent !important;
|
||||
background-color: $color-primary-5 !important;
|
||||
}
|
||||
}
|
||||
@ -134,14 +136,16 @@
|
||||
|
||||
.arco-btn-text {
|
||||
background-color: transparent !important;
|
||||
border: none !important;
|
||||
border-color: transparent !important;
|
||||
color: $color-primary !important;
|
||||
&.arco-btn-disabled {
|
||||
color: $color-primary-2 !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
&:not(.arco-btn-disabled) {
|
||||
&:hover {
|
||||
color: $color-primary-5 !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user