1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-03 20:19:17 +00:00

add tooltip

This commit is contained in:
Dick Choi
2016-07-27 14:13:54 +09:00
parent 3e699a99d5
commit 49acd8a4f3
10 changed files with 95 additions and 23 deletions

View File

@@ -29,6 +29,15 @@ $ui-tooltip-text-color = white
$ui-tooltip-backgroundColor = alpha(#444, 70%)
$ui-tooltip-button-backgroundColor = #D1D1D1
$ui-tooltip-button--hover-backgroundColor = lighten(#D1D1D1, 30%)
$ui-tooltip-font-size = 12px
tooltip()
background-color $ui-tooltip-backgroundColor = alpha(#444, 70%)
color $ui-tooltip-text-color = white
font-size $ui-tooltip-font-size
pointer-events none
transition 0.1s
// UI Input
$ui-input--focus-borderColor = #369DCD