mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
ok/cancel button fix
This commit is contained in:
parent
3d394a6144
commit
0dfcbdeb54
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user