mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-20 17:23:17 +00:00
Improve accessibility of visibility modal dropdowns (#36068)
This commit is contained in:
parent
66d73fc213
commit
377e870348
5 changed files with 150 additions and 120 deletions
|
|
@ -5694,20 +5694,15 @@ a.status-card {
|
|||
z-index: 9999;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
opacity: 0.6;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
&__label {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
|
||||
> span {
|
||||
display: block;
|
||||
font-weight: 500;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
cursor: default;
|
||||
opacity: 0.5;
|
||||
}
|
||||
font-weight: 500;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
&__button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue