Use: SCSS nesting in settings.scss for .table in #admin-user-list.

This commit is contained in:
majordwarf 2020-05-08 09:10:47 +05:30 committed by Tim Abbott
parent 70ef0e9232
commit 6371f0109c

View File

@ -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 {