Skip to content

Commit 18c27bd

Browse files
committed
remove transparency from tooltips:
so that caret overlap isn't visible and so that tooltips work better over dark as well as light backgrounds
1 parent 73f81d7 commit 18c27bd

File tree

1 file changed

+1
-1
lines changed
  • modules/primer-support/lib/variables

1 file changed

+1
-1
lines changed

modules/primer-support/lib/variables/misc.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;
1919

2020
// Tooltips
2121
$tooltip-max-width: 250px !default;
22-
$tooltip-background-color: rgba($black, 0.8) !default;
22+
$tooltip-background-color: $black;
2323
$tooltip-text-color: $white !default;
2424
$tooltip-delay: 0.4s !default;
2525
$tooltip-duration: 0.1s !default;

0 commit comments

Comments
 (0)