diff --git a/ui/src/oce-standalone/style.scss b/ui/src/oce-standalone/style.scss index 284b35416..dad15d7bd 100644 --- a/ui/src/oce-standalone/style.scss +++ b/ui/src/oce-standalone/style.scss @@ -343,7 +343,7 @@ $yearsBarHeight: 30px; } .glyphicon { - display: none + display: inline-block; } &.active { @@ -361,7 +361,7 @@ $yearsBarHeight: 30px; } a:hover .ctrl-click-hint { - display: block; + display: inline-block; } }