mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
ok/cancel button fix
This commit is contained in:
@@ -73,7 +73,9 @@ button {
|
||||
&.ok {
|
||||
background: $success;
|
||||
color: $secondary;
|
||||
|
||||
.d-icon {
|
||||
color: currentColor;
|
||||
}
|
||||
@include hover {
|
||||
background: lighten($success, 10%);
|
||||
color: $secondary;
|
||||
@@ -83,7 +85,9 @@ button {
|
||||
&.cancel {
|
||||
background: $danger;
|
||||
color: $secondary;
|
||||
|
||||
.d-icon {
|
||||
color: currentColor;
|
||||
}
|
||||
@include hover {
|
||||
background: lighten($danger, 10%);
|
||||
color: $secondary;
|
||||
|
||||
Reference in New Issue
Block a user