Skip to content

Commit

Permalink
Fix inverse hover color for accordion title
Browse files Browse the repository at this point in the history
  • Loading branch information
saschadube committed Oct 5, 2018
1 parent c8208ef commit f4f5ede
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@

### Fixed

- Fix inverse hover color for accordion title
- Fix close color being overwritten from toolbar in Lightbox component
- Fix Modal not hiding upon being destroyed
- Fix using node as offset in position mixin
Expand Down
2 changes: 1 addition & 1 deletion src/less/components/accordion.less
Expand Up @@ -109,7 +109,7 @@
// ========================================================================

@inverse-accordion-title-color: @inverse-global-emphasis-color;
@inverse-accordion-title-hover-color: @inverse-global-inverse-color;
@inverse-accordion-title-hover-color: @inverse-global-color;

.hook-inverse() {

Expand Down
2 changes: 2 additions & 0 deletions src/less/components/lightbox.less
Expand Up @@ -151,6 +151,8 @@
.hook-lightbox-toolbar;
}

.uk-lightbox-toolbar > * { color: @lightbox-toolbar-color; }


/* Toolbar Icon (Close)
========================================================================== */
Expand Down

0 comments on commit f4f5ede

Please sign in to comment.