mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 13:26:45 +08:00
This PR modernizes the user fields area of the admin UI. It is largely based on the work on the emoji section.
10 lines
188 B
SCSS
Vendored
10 lines
188 B
SCSS
Vendored
.admin-user_field-item {
|
|
&__delete.btn,
|
|
&__delete.btn:hover {
|
|
border-top: 1px solid var(--primary-low);
|
|
color: var(--danger);
|
|
svg {
|
|
color: var(--danger);
|
|
}
|
|
}
|
|
}
|