mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
Use: SCSS nesting in settings.scss for .table in #admin-user-list.
This commit is contained in:
parent
70ef0e9232
commit
6371f0109c
@ -363,9 +363,11 @@ td .button {
|
||||
}
|
||||
}
|
||||
|
||||
#admin-user-list .table tr:first-of-type td,
|
||||
#admin-bot-list .table tr:first-of-type td {
|
||||
border-top: none;
|
||||
#admin-user-list,
|
||||
#admin-bot-list {
|
||||
.table tr:first-of-type td {
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dynamic-input {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user