Show icons on project homepage list
This commit is contained in:
@@ -679,25 +679,25 @@ footer
|
||||
|
||||
|
||||
.tooltip
|
||||
transition: none
|
||||
transition: opacity 50ms ease-in-out
|
||||
&.in
|
||||
opacity: 1
|
||||
|
||||
.tooltip-inner
|
||||
max-width: auto
|
||||
white-space: nowrap
|
||||
background-color: $color-background-nav
|
||||
background-color: $color-background-nav-light
|
||||
color: $color-text-light-primary
|
||||
border-radius: 3px
|
||||
|
||||
&.top .tooltip-arrow
|
||||
border-top-color: $color-background-nav
|
||||
border-top-color: $color-background-nav-light
|
||||
&.bottom .tooltip-arrow
|
||||
border-bottom-color: $color-background-nav
|
||||
border-bottom-color: $color-background-nav-light
|
||||
&.left .tooltip-arrow
|
||||
border-left-color: $color-background-nav
|
||||
border-left-color: $color-background-nav-light
|
||||
&.right .tooltip-arrow
|
||||
border-right-color: $color-background-nav
|
||||
border-right-color: $color-background-nav-light
|
||||
|
||||
.popover
|
||||
background-color: lighten($color-background-nav, 5%)
|
||||
|
Reference in New Issue
Block a user