mirror of https://github.com/ElemeFE/element
Merge pull request #848 from Leopoldthecoder/tabs-close
Tabs: fix a close button style overwriting bug, fixed #847pull/855/head
commit
c2a937ce02
|
@ -52,7 +52,7 @@
|
||||||
.el-tabs__active-bar {
|
.el-tabs__active-bar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
& .el-icon-close {
|
& .el-tabs__item .el-icon-close {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
|
|
Loading…
Reference in New Issue