Wskaźnik aktywnych filtrów pociągów online

This commit is contained in:
2022-12-21 19:07:23 +01:00
parent f74440ba6f
commit df289ab734
3 changed files with 30 additions and 13 deletions
+5 -1
View File
@@ -208,11 +208,15 @@ button {
transition: all 100ms ease;
&[data-disabled=true] {
&[data-disabled='true'] {
user-select: none;
pointer-events: none;
opacity: 0.85;
}
&[data-inactive='true'] {
opacity: 0.55;
}
}
button.btn--filled {