further darken disabled buttons in dark mode
This commit is contained in:
@@ -1931,6 +1931,10 @@ tag-input {
|
||||
background-color: $backgroundDark;
|
||||
}
|
||||
|
||||
.btn[disabled] {
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
color: $textColor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user