Browse Source

Fix inverted dimmer text color

The definition referenced the wrong variable.
pull/4631/head
Rijk van Wel 8 years ago
committed by GitHub
parent
commit
bb35b93c4c
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/dimmer.less

2
src/definitions/modules/dimmer.less

@ -153,7 +153,7 @@ body.dimmable > .dimmer {
background-color: @invertedBackgroundColor;
}
.ui.inverted.dimmer > .content > * {
color: @textColor;
color: @invertedTextColor;
}
/*--------------

Loading…
Cancel
Save