File tree Expand file tree Collapse file tree 2 files changed +22
-11
lines changed
Expand file tree Collapse file tree 2 files changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -854,22 +854,33 @@ body>footer a:hover {
854854 color : #ccc
855855}
856856
857+ // Dojo tags style
857858.tags {
858859 margin : 0 5px ;
859860 padding : 0 ;
860861 list-style : none ;
861862 font-size : 13px ;
862- }
863863
864- .tags >li {
865- display : inline-block ;
866- font-size : 80% ;
867- color : #fff ;
868- border-radius : .3em ;
869- border : 1px solid #e8e8e8 ;
870- padding : .2em .8em ;
871- margin : .1em ;
872- background : #99CCFF
864+ li {
865+ display : inline-block ;
866+ font-size : 80% ;
867+ color : #fff ;
868+ border-radius : .3em ;
869+ border : 1px solid #e8e8e8 ;
870+ padding : .2em .8em ;
871+ margin : .1em ;
872+ background : #99CCFF
873+ }
874+
875+ // Tags after 5th tag are shown as Bootstrap tooltip.
876+ .tooltip.tags-more-tooltip .tooltip-inner {
877+ background-color : #99CCFF !important ;
878+ color : #fff !important ;
879+ opacity : 1 !important ;
880+ }
881+ .tooltip.tags-more-tooltip .tooltip-arrow {
882+ border-bottom-color : #99CCFF !important ;
883+ }
873884}
874885
875886.title >h1 {
Original file line number Diff line number Diff line change 2323 data-placement ="bottom "
2424 data-html ="true "
2525 data-template ='<div class="tooltip tags-more-tooltip" role="tooltip">
26- <div class="tooltip-arrow"></div>
26+ <div class="tooltip-arrow"></div>
2727 <div class="tooltip-inner"></div>
2828 </div> '
2929 title ="<%= dojo . tags [ 5 ..] . join ( ', ' ) %> "> ...</ li >
You can’t perform that action at this time.
0 commit comments