feat(TabbarItem): optimize dot prop (#4431)
This commit is contained in:
@@ -20,19 +20,6 @@
|
||||
min-width: 1em;
|
||||
}
|
||||
|
||||
&--dot {
|
||||
&::after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -8px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background-color: @red;
|
||||
border-radius: 100%;
|
||||
content: ' ';
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
height: @tabbar-item-icon-size;
|
||||
|
||||
Reference in New Issue
Block a user