mirror of https://github.com/zulip/zulip.git
popovers: Use default our font size for Tippy popovers.
We'd accidentally shrunk the actions popover to 12px when migrating it to Tippy.
This commit is contained in:
parent
d3152800a6
commit
2b6ec56238
|
@ -4,6 +4,10 @@
|
|||
popovers. (Tippy tooltips are defined in tooltips.css).
|
||||
*/
|
||||
.tippy-box[data-theme="light-border"] {
|
||||
.tippy-content {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* TODO: Clean this logic up after drop Bootstrap styling */
|
||||
& ul.nav {
|
||||
/* Override default padding of tippyjs */
|
||||
|
|
Loading…
Reference in New Issue