Skip to content

Commit

Permalink
Merge pull request #4631 from rijk/inverted-dimmer-fix
Browse files Browse the repository at this point in the history
Fix inverted dimmer text color
  • Loading branch information
jlukic authored Feb 20, 2018
2 parents 0992f41 + bb35b93 commit 84b161a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/dimmer.less
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ body.dimmable > .dimmer {
background-color: @invertedBackgroundColor;
}
.ui.inverted.dimmer > .content > * {
color: @textColor;
color: @invertedTextColor;
}

/*--------------
Expand Down

0 comments on commit 84b161a

Please sign in to comment.