mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-04 15:06:45 +08:00
extract new variable @tabs-card-head-background from tabs's card-style.less
This commit is contained in:
parent
4cd95d5723
commit
7ee1e79841
@ -320,3 +320,7 @@
|
|||||||
// Cascader
|
// Cascader
|
||||||
// ---
|
// ---
|
||||||
@cascader-active-color: @background-color-base;
|
@cascader-active-color: @background-color-base;
|
||||||
|
|
||||||
|
// Tabs
|
||||||
|
// ---
|
||||||
|
@tabs-card-head-background: #f9f9f9;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||||
transition: all 0.3s @ease-in-out;
|
transition: all 0.3s @ease-in-out;
|
||||||
background: @card-head-background;
|
background: @tabs-card-head-background;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
&&-card > &-bar &-tab {
|
&&-card > &-bar &-tab {
|
||||||
|
Loading…
Reference in New Issue
Block a user