We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b8928 commit 2edd487Copy full SHA for 2edd487
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/settings.html.twig
@@ -123,7 +123,14 @@
123
margin: 0;
124
}
125
.modal-content .settings-group label input {
126
- display: none;
+ position: absolute;
127
+ clip: rect(0, 0, 0, 0);
128
+ pointer-events: none;
129
+ opacity: 0;
130
+}
131
+.modal-content .settings-group:has(input:focus-visible) {
132
+ outline: 2px dotted var(--settings-option-active-border-color);
133
+ outline-offset: 2px;
134
135
.modal-content .settings-group label input:checked + p {
136
box-shadow: inset 0 0 0 2px var(--settings-option-active-border-color);
0 commit comments