Skip to content

Commit

Permalink
Merge pull request #17 from devgateway/OCNANDI-26-month-filter-css
Browse files Browse the repository at this point in the history
OCNANDI-26 Dashaboard - Month filter wrong behavior
  • Loading branch information
mpostelnicu committed Nov 8, 2023
2 parents af469b5 + 32979e9 commit 0217d52
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 0217d52

Please sign in to comment.