Merge branch 'develop' into tutorial-merged

This commit is contained in:
Mashy
2019-10-28 13:29:38 +10:00
16 changed files with 152 additions and 74 deletions
+9 -1
View File
@@ -144,7 +144,15 @@ aside {
&:active, &.confirming {
background: @red;
color: black;
border: 2px solid black;
border: 2px solid @red;
}
}
.draw:not([disabled]) {
&:active, &.confirming {
background: @gray-hover;
color: black;
border: 2px solid @gray-hover;
}
}