mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
tippy: Ensure a normal font-weight on Tippies.
This commit is contained in:
@@ -27,6 +27,9 @@
|
|||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
/* 20px at 14px/1em */
|
/* 20px at 14px/1em */
|
||||||
line-height: 1.4286em;
|
line-height: 1.4286em;
|
||||||
|
/* Don't inherit font-weight when
|
||||||
|
a Tippy attaches to a parent */
|
||||||
|
font-weight: normal;
|
||||||
color: hsl(0deg 0% 100%);
|
color: hsl(0deg 0% 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user