mirror of
https://github.com/primer/css.git
synced 2025-01-04 12:22:17 +03:00
remove transparency from tooltips:
so that caret overlap isn't visible and so that tooltips work better over dark as well as light backgrounds
This commit is contained in:
parent
73f81d7088
commit
18c27bd59e
@ -19,7 +19,7 @@ $box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;
|
||||
|
||||
// Tooltips
|
||||
$tooltip-max-width: 250px !default;
|
||||
$tooltip-background-color: rgba($black, 0.8) !default;
|
||||
$tooltip-background-color: $black;
|
||||
$tooltip-text-color: $white !default;
|
||||
$tooltip-delay: 0.4s !default;
|
||||
$tooltip-duration: 0.1s !default;
|
||||
|
Loading…
Reference in New Issue
Block a user