sforkowany z mirror/soapbox
Icon css: increase specificity
rodzic
640891ded9
commit
29fe9b40b6
|
@ -12,18 +12,18 @@
|
|||
}
|
||||
|
||||
&--active {
|
||||
.icon-tabler-search {
|
||||
svg.icon-tabler-search {
|
||||
stroke-width: 2px;
|
||||
}
|
||||
|
||||
.icon-tabler-bell,
|
||||
.icon-tabler-messages {
|
||||
svg.icon-tabler-bell,
|
||||
svg.icon-tabler-messages {
|
||||
path:nth-child(2) {
|
||||
fill: var(--primary-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
.icon-tabler-users {
|
||||
svg.icon-tabler-users {
|
||||
circle,
|
||||
circle + path {
|
||||
fill: var(--primary-text-color);
|
||||
|
|
|
@ -126,8 +126,4 @@
|
|||
justify-self: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 895px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue