Avoid some text decoration on app title in various states
This commit is contained in:
@@ -490,7 +490,9 @@ multiselect {
|
||||
a {
|
||||
color: black;
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
color: $brand-primary;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user