Skip to content

Commit

Permalink
OCNANDI-26 Dashaboard - Month filter wrong behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostelnicu committed Nov 2, 2023
1 parent af469b5 commit 32979e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/oce-standalone/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ $yearsBarHeight: 30px;
}

.glyphicon {
display: none
display: inline-block;
}

&.active {
Expand All @@ -361,7 +361,7 @@ $yearsBarHeight: 30px;
}

a:hover .ctrl-click-hint {
display: block;
display: inline-block;
}
}

Expand Down

0 comments on commit 32979e9

Please sign in to comment.