Avoid some text decoration on app title in various states
This commit is contained in:
+3
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user