Browse Source

Fix basic inverted background color in default theme

pull/954/head
jlukic 10 years ago
parent
commit
535a79f58e
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/elements/button.less

1
src/definitions/elements/button.less

@ -719,6 +719,7 @@
/* Inverted */
.ui.basic.inverted.buttons .button,
.ui.basic.inverted.button {
background-color: transparent !important;
color: @offWhite !important;
box-shadow: @whiteBorderColor;
}

Loading…
Cancel
Save