kopia lustrzana https://github.com/wagtail/wagtail
Remove focus-visible fallback in preview panel code
We're dropping support for Safari 15 soonpull/12295/head
rodzic
8d6d772da0
commit
e6bcfb710b
|
@ -82,13 +82,6 @@
|
|||
@include focus-outline;
|
||||
}
|
||||
|
||||
@supports not selector(:focus-visible) {
|
||||
&:focus-within {
|
||||
/* Fallback for browsers without :focus-visible support */
|
||||
@include focus-outline;
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
@include svg-icon(1rem);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue