Browse Source
Merge pull request #4631 from rijk/inverted-dimmer-fix
Fix inverted dimmer text color
pull/3625/merge
Jack Lukic
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/definitions/modules/dimmer.less
|
|
@ -183,7 +183,7 @@ body.dimmable > .dimmer { |
|
|
|
background-color: @invertedBackgroundColor; |
|
|
|
} |
|
|
|
.ui.inverted.dimmer > .content > * { |
|
|
|
color: @textColor; |
|
|
|
color: @invertedTextColor; |
|
|
|
} |
|
|
|
|
|
|
|
/*-------------- |
|
|
|