mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(theme-chalk): [tab] correct padding of card item on hover (#11283)
* fix(theme-chalk): [tab] correct padding of card item on hover
This commit is contained in:
@@ -299,9 +299,15 @@
|
||||
> .#{$namespace}-tabs__header {
|
||||
.#{$namespace}-tabs__item:nth-child(2) {
|
||||
padding-left: 20px;
|
||||
&:not(.is-active).is-closable:hover {
|
||||
padding-left: 13px;
|
||||
}
|
||||
}
|
||||
.#{$namespace}-tabs__item:last-child {
|
||||
padding-right: 20px;
|
||||
&:not(.is-active).is-closable:hover {
|
||||
padding-right: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user