|
|
|
@ -1,37 +1,5 @@
|
|
|
|
|
@prefix-cls: ~"@{namespace}-multiple-tabs"; |
|
|
|
|
|
|
|
|
|
html[data-theme="dark"] { |
|
|
|
|
// background-color: @component-background-dark; |
|
|
|
|
.@{prefix-cls} { |
|
|
|
|
.ant-tabs-tab { |
|
|
|
|
border-bottom: none !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ant-tabs-tab:not(.ant-tabs-tab-active) { |
|
|
|
|
border: none !important; |
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
color: inherit; |
|
|
|
|
background-color: rgb(255 255 255/50%) !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
html[data-theme="light"] { |
|
|
|
|
background-color: @component-background; |
|
|
|
|
.@{prefix-cls} { |
|
|
|
|
.ant-tabs-tab:not(.ant-tabs-tab-active) { |
|
|
|
|
border: none !important; |
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
color: inherit; |
|
|
|
|
background-color: #dee1e6; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.@{prefix-cls} { |
|
|
|
|
z-index: 10; |
|
|
|
|
height: @multiple-height; |
|
|
|
@ -47,7 +15,7 @@ html[data-theme="light"] {
|
|
|
|
|
height: @multiple-height; |
|
|
|
|
padding-left: 10px; |
|
|
|
|
margin: 0; |
|
|
|
|
// background-color: @component-background; |
|
|
|
|
background-color: var(--component-background); |
|
|
|
|
border: 0; |
|
|
|
|
box-shadow: none; |
|
|
|
|
|
|
|
|
@ -63,17 +31,17 @@ html[data-theme="light"] {
|
|
|
|
|
padding: 0 16px; |
|
|
|
|
margin: 0 -14px 0 0 !important; |
|
|
|
|
line-height: @multiple-height; |
|
|
|
|
// color: @text-color-base; |
|
|
|
|
// background-color: @component-background; |
|
|
|
|
color: var(--text-color); |
|
|
|
|
background-color: var(--component-background); |
|
|
|
|
border-radius: 8px 8px 0 0; |
|
|
|
|
/* stylelint-disable-next-line function-url-quotes */ |
|
|
|
|
mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANoAAAAkBAMAAAAdqzmBAAAAMFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlTPQ5AAAAD3RSTlMAr3DvEM8wgCBA379gj5//tJBPAAAAnUlEQVRIx2NgAAM27fj/tAO/xBsYkIHyf9qCT8iWMf6nNQhAsk2f5rYheY7Dnua2/U+A28ZEe8v+F9Ax2v7/F4DbxkUH2wzgtvHTwbYPo7aN2jZq26hto7aN2jZq25Cy7Qvctnw62PYNbls9HWz7S8/G6//PsI6H4396gAUQy1je08W2jxDbpv6nD4gB2uWp+J9eYPsEhv/0BPS1DQBvoBLVZ3BppgAAAABJRU5ErkJggg==); |
|
|
|
|
transition: padding 0.3s; |
|
|
|
|
mask-size: 100% 100%; |
|
|
|
|
|
|
|
|
|
// .ant-tabs-tab-btn { |
|
|
|
|
// color: @text-color-base; |
|
|
|
|
// } |
|
|
|
|
.ant-tabs-tab-btn { |
|
|
|
|
color: var(--text-color); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
z-index: 2; |
|
|
|
@ -201,10 +169,10 @@ html[data-theme="light"] {
|
|
|
|
|
width: 36px; |
|
|
|
|
height: @multiple-height; |
|
|
|
|
line-height: @multiple-height; |
|
|
|
|
// color: @text-color-secondary; |
|
|
|
|
color: var(--text-color-secondary); |
|
|
|
|
text-align: center; |
|
|
|
|
cursor: pointer; |
|
|
|
|
border-left: 1px solid @border-color-base; |
|
|
|
|
border-left: 1px solid var(--border-color); |
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
color: @text-color-base; |
|
|
|
|