mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 23:53:54 +08:00
88af23e1ca
This PR modernizes the user fields area of the admin UI. It is largely based on the work on the emoji section.
11 lines
188 B
SCSS
11 lines
188 B
SCSS
.admin-user_field-item {
|
|
&__delete.btn,
|
|
&__delete.btn:hover {
|
|
border-top: 1px solid var(--primary-low);
|
|
color: var(--danger);
|
|
svg {
|
|
color: var(--danger);
|
|
}
|
|
}
|
|
}
|