Skip to content

Commit 6b1f0bf

Browse files
committed
Set tags toolkit's opacity to 1 for better color contrast
1 parent 5fe320f commit 6b1f0bf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/assets/stylesheets/custom.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -873,11 +873,10 @@ body>footer a:hover {
873873
}
874874

875875
// Tags after 5th tag are shown as Bootstrap tooltip.
876-
.tooltip.tags-more-tooltip .tooltip-arrow { border-bottom-color: #99CCFF !important; }
877-
.tooltip.tags-more-tooltip .tooltip-inner {
878-
background-color: #99CCFF !important;
879-
color: #fff !important;
876+
.tooltip.tags-more-tooltip {
880877
opacity: 1 !important;
878+
.tooltip-arrow { border-bottom-color: #99CCFF !important; }
879+
.tooltip-inner { background-color: #99CCFF !important; color: #fff !important; }
881880
}
882881
}
883882

0 commit comments

Comments
 (0)