Give more visual feedback for cog button

This commit is contained in:
Johannes Zellner
2021-06-17 12:32:16 +02:00
parent 9f9f745f47
commit b0965b3ec7
+5
View File
@@ -344,6 +344,7 @@ textarea {
&:hover {
color: $brand-primary;
background-color: rgba(256, 256, 256, 0.5);
}
&:active {
@@ -1886,6 +1887,10 @@ tag-input {
.grid-item-action {
color: white;
&:hover {
background-color: rgba(0, 0, 0, 0.5);
}
}
}
}