Skip to content

Commit

Permalink
example project - tooltip reset font style and weight
Browse files Browse the repository at this point in the history
  • Loading branch information
andis-sprinkis committed Dec 7, 2023
1 parent 62372fb commit ed13ed3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/documents/index/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
--font-size-tooltip: calc(var(--rem-size) * 0.8125);
--position-tooltip: absolute;
--width-tooltip: auto;
--font-weight-tooltip: normal;
--font-style-tooltip: normal;
--white-space-tooltip: nowrap;
--max-width-tooltip: 100vw;
--z-index-tooltip: 1;
Expand Down Expand Up @@ -174,6 +176,8 @@ abbr[title]:focus::after {
border: var(--border-tooltip);
padding: var(--padding-tooltip);
font-size: var(--font-size-tooltip);
font-weight: var(--font-weight-tooltip);
font-style: var(--font-style-tooltip);
z-index: var(--z-index-tooltip);
}

Expand Down

0 comments on commit ed13ed3

Please sign in to comment.