Update toolbar.scss

removing hover and default active color for name of filter in panel
This commit is contained in:
Ebrahem Farooqui
2020-10-27 12:36:37 -07:00
committed by GitHub
parent fff1e46b16
commit d034258e01

View File

@@ -419,16 +419,7 @@
overflow: hidden;
}
&:hover {
span {
color: $offwhite;
}
}
&.active {
span {
color: $offwhite;
}
.checkbox {
background: $offwhite;
}