Disable some css filter on active
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user