Fixed inverted button color
This commit is contained in:
parent
d7d2616015
commit
597c44756c
|
@ -90,4 +90,12 @@ button.reset {
|
|||
}
|
||||
.icon.button > i {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
||||
.ui.inverted.buttons .button:hover,
|
||||
.ui.inverted.button:hover,
|
||||
.ui.inverted.buttons .button:focus,
|
||||
.ui.inverted.button:focus {
|
||||
color: white;
|
||||
}
|
Loading…
Reference in New Issue