mirror of https://github.com/zulip/zulip.git
tippy: Ensure a normal font-weight on Tippies.
This commit is contained in:
parent
46f5854185
commit
2c7e264480
|
@ -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%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue