mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 07:21:55 +08:00
UX: Better spacing for icons in select-kit labels
Followup to c14e3adac5349b0500fe7d51bd96704d7a813929
This commit is contained in:
parent
104b647ca4
commit
a3d47f1aad
@ -79,12 +79,16 @@
|
|||||||
|
|
||||||
.name {
|
.name {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
.d-icon {
|
> .d-icon {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .d-icon {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&.select-kit-selected-color {
|
&.select-kit-selected-color {
|
||||||
border-bottom-width: 5px;
|
border-bottom-width: 5px;
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user