1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +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:
Diana Mounter 2017-11-15 12:42:34 -05:00
parent 73f81d7088
commit 18c27bd59e

View File

@ -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;