sforkowany z mirror/soapbox
UI: restyle filter bar active state
rodzic
638f55f208
commit
57430e8a98
|
@ -654,17 +654,10 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: 0;
|
width: 100%;
|
||||||
height: 0;
|
height: 3px;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
border-style: solid;
|
background-color: var(--accent-color);
|
||||||
border-width: 0 10px 10px;
|
|
||||||
border-color: transparent transparent var(--brand-color--faint);
|
|
||||||
}
|
|
||||||
|
|
||||||
&::after {
|
|
||||||
bottom: -1px;
|
|
||||||
border-color: transparent transparent var(--foreground-color);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue