Skip to content

Commit

Permalink
remove hover effect for initial calendar / subscription list loading …
Browse files Browse the repository at this point in the history
…icon

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
  • Loading branch information
georgehrke committed Jan 10, 2018
1 parent 958a176 commit f44b3a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/app/calendarlist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ $color-border: nc-darken($color-main-background, 8%) !default;
margin-top: 14px;
}

#app-navigation .icon-loading-small.loader-list:hover,
#app-navigation .icon-loading-small.loader-list:hover a{
box-shadow: none;
}

#app-navigation .app-navigation-list-item .utils {
height: 44px;
padding: 0 5px 0 0;
Expand Down

0 comments on commit f44b3a6

Please sign in to comment.