Fixed inverted button color

This commit is contained in:
Agate 2020-09-01 17:16:28 +02:00
parent d7d2616015
commit 597c44756c
1 changed files with 8 additions and 0 deletions

View File

@ -91,3 +91,11 @@ button.reset {
.icon.button > i { .icon.button > i {
margin-right: 0; margin-right: 0;
} }
.ui.inverted.buttons .button:hover,
.ui.inverted.button:hover,
.ui.inverted.buttons .button:focus,
.ui.inverted.button:focus {
color: white;
}