mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-26 02:35:20 +02:00
fix: Focus not being set properly after closing modal
This commit is contained in:
@@ -39,11 +39,11 @@ a {
|
||||
/*}*/
|
||||
|
||||
html:not([data-useragent*="Tizen"]) .selectable {
|
||||
@apply focus-visible:border-primary-500;
|
||||
@apply focus:border-primary-500 focus-visible:border-primary-500;
|
||||
}
|
||||
|
||||
html[data-useragent*="Tizen"] .selectable {
|
||||
@apply focus-within:border-primary-500;
|
||||
@apply focus:border-primary-500 focus-within:border-primary-500;
|
||||
}
|
||||
|
||||
.selectable {
|
||||
|
||||
Reference in New Issue
Block a user