11.tagList-itemContainer
22 display flex
33
4- .tagList-item , .tagList-itemNarrow
4+ .tagList-item
55 height 26px
66 background-color transparent
77 color $ui-inactive-text-color
2626 width 100%
2727 padding 0
2828
29- .tagList-itemNarrow
29+ .tagList-item-narrow
30+ composes tagList-item
3031 padding 0 4px
3132
32- .tagList-item-active , .tagList-itemNarrow-active
33+ .tagList-item-active
3334 background-color $ui-button-default--active-backgroundColor
3435 height 26px
3536 margin-bottom 5px
4849 width 100%
4950 padding 0
5051
51- .tagList-itemNarrow-active
52+ .tagList-item-narrow-active
53+ composes tagList-item-active
5254 padding 0 4px
5355
5456.tagList-item-name
6769 padding 0 3px
6870
6971body [data-theme = "white" ]
70- .tagList-item , .tagList-itemNarrow
72+ .tagList-item
7173 color $ui-inactive-text-color
7274 & :hover
7375 color $ui-text-color
@@ -76,7 +78,7 @@ body[data-theme="white"]
7678 color $ui-text-color
7779 background-color $ui-button--active-backgroundColor
7880
79- .tagList-item-active , .tagList-itemNarrow-active
81+ .tagList-item-active
8082 background-color $ui-button--active-backgroundColor
8183 color $ui-text-color
8284 & :hover
@@ -85,7 +87,7 @@ body[data-theme="white"]
8587 color $ui-text-color
8688
8789body [data-theme = "dark" ]
88- .tagList-item , .tagList-itemNarrow
90+ .tagList-item
8991 color $ui-dark-inactive-text-color
9092 & :hover
9193 color $ui-dark-text-color
@@ -94,7 +96,7 @@ body[data-theme="dark"]
9496 color $ui-dark-text-color
9597 background-color $ui-dark-button--active-backgroundColor
9698
97- .tagList-item-active , .tagList-itemNarrow-active
99+ .tagList-item-active
98100 background-color $ui-dark-button--active-backgroundColor
99101 color $ui-dark-text-color
100102 & :active
0 commit comments