mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-16 23:33:17 +00:00
Visibility dialog: Add visual dropdown indicator to Dropdown component (#36052)
This commit is contained in:
parent
0153b49ef7
commit
c0af4581aa
2 changed files with 18 additions and 1 deletions
|
|
@ -5711,6 +5711,8 @@ a.status-card {
|
|||
}
|
||||
|
||||
&__button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: $primary-text-color;
|
||||
background: var(--dropdown-background-color);
|
||||
border: 1px solid var(--dropdown-border-color);
|
||||
|
|
@ -5726,6 +5728,13 @@ a.status-card {
|
|||
}
|
||||
}
|
||||
|
||||
&__icon {
|
||||
margin-inline: auto -4px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
&__helper {
|
||||
margin-top: 4px;
|
||||
font-size: 0.8em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue