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 {
|
&.ok {
|
||||||
background: $success;
|
background: $success;
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
|
.d-icon {
|
||||||
|
color: currentColor;
|
||||||
|
}
|
||||||
@include hover {
|
@include hover {
|
||||||
background: lighten($success, 10%);
|
background: lighten($success, 10%);
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
@@ -83,7 +85,9 @@ button {
|
|||||||
&.cancel {
|
&.cancel {
|
||||||
background: $danger;
|
background: $danger;
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
|
.d-icon {
|
||||||
|
color: currentColor;
|
||||||
|
}
|
||||||
@include hover {
|
@include hover {
|
||||||
background: lighten($danger, 10%);
|
background: lighten($danger, 10%);
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
|
|||||||
Reference in New Issue
Block a user