mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
popovers: Remove "light-border" Tippyjs theme usage.
The "light-border" theme was set as the default theme for all the popovers, but was no longer in use, since all of our current popovers either use the "popover-menu" theme or the "dropdown-widget" theme. In response to the above reasoning, this commit removes the redundant "light-border" Tippyjs theme usage from the codebase.
This commit is contained in:
@@ -27,17 +27,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Extend the 'light-border' TippyJS theme, which is intended for
|
||||
popovers/menus that should use default background colors, to use
|
||||
our dark theme colors in Zulip's dark theme.
|
||||
*/
|
||||
.tippy-box[data-theme~="light-border"] {
|
||||
.tippy-content a,
|
||||
p {
|
||||
color: hsl(236deg 33% 90%);
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-list-delete {
|
||||
/* hsl(7deg 100% 74%) corresponds to var(--red-250) */
|
||||
color: color-mix(
|
||||
|
||||
Reference in New Issue
Block a user