Skip to content

Commit

Permalink
Adjust tooltip sizing/weight to reduce likelihood of abbreviation
Browse files Browse the repository at this point in the history
Resolves #4716
  • Loading branch information
eloquence committed Aug 28, 2019
1 parent 1e00822 commit d6f6133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/sass/modules/_tooltip.sass
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
&:before,
.tooltip
text-transform: none
font-size: .9em
line-height: 1
user-select: none
pointer-events: none
Expand All @@ -34,6 +33,7 @@
background: #333
color: #fff
z-index: 1000
font-weight: normal

/* Make the tooltips respond to hover */
&:hover::before,
Expand Down

0 comments on commit d6f6133

Please sign in to comment.