Ensure dropdown a-tags are not affected

This commit is contained in:
Johannes Zellner
2021-09-28 17:51:50 +02:00
parent b408b7ff35
commit ab54721c04
+8 -6
View File
@@ -1870,13 +1870,15 @@ tag-input {
margin-bottom: 10px;
margin-top: 10px;
a {
text-decoration: none;
color: $text-dark;
&:hover {
h4 {
a {
text-decoration: none;
color: $brand_primary;
color: $text-dark;
&:hover {
text-decoration: none;
color: $brand_primary;
}
}
}
}