Tooltips: Cleanup
This commit is contained in:
@@ -104,7 +104,6 @@ $project-sidebar-width: 50px !default
|
|||||||
$project_header-height: 50px !default
|
$project_header-height: 50px !default
|
||||||
$project_footer-height: 30px !default
|
$project_footer-height: 30px !default
|
||||||
|
|
||||||
$navbar-height: 42px !default
|
|
||||||
$navbar-backdrop-height: 600px !default
|
$navbar-backdrop-height: 600px !default
|
||||||
|
|
||||||
$node-type-asset_image: #e87d86 !default
|
$node-type-asset_image: #e87d86 !default
|
||||||
@@ -125,3 +124,9 @@ $z-index-base: 13 !default
|
|||||||
|
|
||||||
@media (min-width: $screen-lg-min)
|
@media (min-width: $screen-lg-min)
|
||||||
width: 1270px
|
width: 1270px
|
||||||
|
|
||||||
|
|
||||||
|
// Tooltips.
|
||||||
|
$tooltip-font-size: 0.83rem
|
||||||
|
$tooltip-max-width: auto
|
||||||
|
$tooltip-opacity: 1
|
||||||
|
@@ -660,3 +660,6 @@
|
|||||||
|
|
||||||
.cursor-pointer
|
.cursor-pointer
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
||||||
|
.user-select-none
|
||||||
|
user-select: none
|
||||||
|
@@ -1,20 +1,5 @@
|
|||||||
.tooltip
|
.tooltip
|
||||||
transition: opacity 50ms ease-in-out
|
transition: none
|
||||||
&.in
|
|
||||||
opacity: 1
|
|
||||||
|
|
||||||
.tooltip-inner
|
.tooltip-inner
|
||||||
max-width: auto
|
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
background-color: $color-background-nav-light
|
|
||||||
color: $color-text-light-primary
|
|
||||||
border-radius: 3px
|
|
||||||
|
|
||||||
&.top .tooltip-arrow
|
|
||||||
border-top-color: $color-background-nav-light
|
|
||||||
&.bottom .tooltip-arrow
|
|
||||||
border-bottom-color: $color-background-nav-light
|
|
||||||
&.left .tooltip-arrow
|
|
||||||
border-left-color: $color-background-nav-light
|
|
||||||
&.right .tooltip-arrow
|
|
||||||
border-right-color: $color-background-nav-light
|
|
||||||
|
Reference in New Issue
Block a user