Disable some css filter on active

This commit is contained in:
Johannes Zellner
2022-05-17 13:22:23 +02:00
parent 6b70aaf123
commit 3922448a77

View File

@@ -761,12 +761,14 @@ multiselect {
text-decoration: none;
background-color: #f3f3f3;
box-shadow: -4px 3px 5px -2px rgba(0,0,0,.1);
filter: none;
}
&.active {
background-color: #ffffffe3;
color: $navbar-default-link-color;
box-shadow: -4px 3px 5px -2px rgba(0,0,0,.1);
filter: none;
}
&.disabled {