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

View File

@@ -490,7 +490,9 @@ multiselect {
a {
color: black;
&:hover {
&:hover,
&:active,
&:focus {
text-decoration: none;
color: $brand-primary;
}