Skip to content

Commit

Permalink
fix hover opacity for 3-dot menu in calendarlist
Browse files Browse the repository at this point in the history
Signed-off-by: Georg Ehrke <[email protected]>
  • Loading branch information
georgehrke committed Jan 9, 2018
1 parent 7d09d58 commit 958a176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/app/calendarlist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $color-border: nc-darken($color-main-background, 8%) !default;
opacity: .3 !important;
}

#app-navigation .app-navigation-list-item .app-navigation-entry-utils-menu-button button.icon-shared:hover,
#app-navigation .app-navigation-list-item .app-navigation-entry-utils-menu-button button:hover,
#app-navigation .app-navigation-list-item .app-navigation-entry-utils-menu-button button.icon-public,
#app-navigation .app-navigation-list-item .app-navigation-entry-utils-menu-button button.icon-shared.shared-style {
opacity: .7 !important;
Expand Down

0 comments on commit 958a176

Please sign in to comment.