mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
stylelint: Ignore selector-id-pattern for #nav-AddServer.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -115,6 +115,7 @@ td:nth-child(odd) {
|
||||
|
||||
/* We don't want to show this in nav item since we have the + button for adding an Organization */
|
||||
|
||||
/* stylelint-disable-next-line selector-id-pattern */
|
||||
#nav-AddServer {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user