mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
popovers: Apply styles for hr tag not just when nested under .nav.
We've got `hr` elements not just under `ul.nav`, like in `user_group_info_popover`, so we need to apply styles there too.
This commit is contained in:
parent
fa063e4afc
commit
a678aee467
@ -13,6 +13,12 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* TODO: Clean this logic up after drop Bootstrap styling */
|
||||
& hr {
|
||||
/* Override bootstrap defaults */
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
/* TODO: Clean this logic up after drop Bootstrap styling */
|
||||
& ul.nav {
|
||||
/* Override default padding of tippyjs */
|
||||
@ -22,11 +28,6 @@
|
||||
.nav-list > li > a {
|
||||
padding: 3px 15px;
|
||||
}
|
||||
|
||||
/* Override bootstrap defaults */
|
||||
& hr {
|
||||
margin: 5px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user