mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-10 02:57:12 +08:00
style: 优化表格工具栏样式
This commit is contained in:
9
src/styles/arco-ui/a-button.less
Normal file
9
src/styles/arco-ui/a-button.less
Normal file
@@ -0,0 +1,9 @@
|
||||
.arco-btn-secondary {
|
||||
&:hover {
|
||||
background: var(--color-secondary-hover) !important;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background: var(--color-secondary-active) !important;
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,7 @@
|
||||
@import './a-message.less';
|
||||
@import './a-menu.less';
|
||||
@import './a-typography.less';
|
||||
@import './a-button.less';
|
||||
|
||||
@color-menu-dark-bg: var(--color-bg-1);
|
||||
@card-color-bg: var(--color-bg-1);
|
||||
|
||||
Reference in New Issue
Block a user