fade invalid combo selections

This commit is contained in:
Mashy
2019-11-24 11:51:02 +10:00
parent 024637c65d
commit 1b760a2893
3 changed files with 14 additions and 9 deletions
+4 -1
View File
@@ -134,11 +134,14 @@
width: 100%;
// text-transform: none;
&.empty {
border-style: dashed;
}
&.fade {
opacity: 0.4;
}
&.highlight {
color: black;
background: @white;