We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe320f commit 6b1f0bfCopy full SHA for 6b1f0bf
app/assets/stylesheets/custom.scss
@@ -873,11 +873,10 @@ body>footer a:hover {
873
}
874
875
// 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;
+ .tooltip.tags-more-tooltip {
880
opacity: 1 !important;
+ .tooltip-arrow { border-bottom-color: #99CCFF !important; }
+ .tooltip-inner { background-color: #99CCFF !important; color: #fff !important; }
881
882
883
0 commit comments