Merge branch 'develop' into tutorial-merged
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user