Avoid some text decoration on app title in various states

This commit is contained in:
Johannes Zellner
2019-09-27 19:55:45 +02:00
parent 2ce5b28048
commit c068deb47e
+3 -1
View File
@@ -490,7 +490,9 @@ multiselect {
a { a {
color: black; color: black;
&:hover { &:hover,
&:active,
&:focus {
text-decoration: none; text-decoration: none;
color: $brand-primary; color: $brand-primary;
} }