You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix issues with inhibited accessible focus outlines (#10579)
This commit is contained in:
committed by
GitHub
parent
ec83855938
commit
287a3fd0cf
@ -18,9 +18,8 @@ limitations under the License.
|
||||
margin-top: 15px;
|
||||
|
||||
.mx_CreateRoomDialog_details_summary {
|
||||
outline: none;
|
||||
list-style: none;
|
||||
font-weight: 600;
|
||||
font-weight: $font-semi-bold;
|
||||
cursor: pointer;
|
||||
color: $accent;
|
||||
|
||||
@ -28,6 +27,10 @@ limitations under the License.
|
||||
&::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:not(.focus-visible) {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
> div {
|
||||
|
Reference in New Issue
Block a user