1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-07-22 04:19:50 +02:00

Add focus-visible outline for checkboxes and radio buttons

To make keyboard navigation visible in forms.
When clicking with the mouse it doesn't appear.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Bu işleme şunda yer alıyor:
Vincent Petry 2020-11-20 16:25:34 +01:00
ebeveyn b4ccadea2b
işleme 23c143e034
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: E055D6A4D513575C

Dosyayı Görüntüle

@ -366,6 +366,12 @@ input {
&:focus + label:before {
border-color: var(--color-primary-element);
}
&:focus-visible + label {
outline-style: solid;
outline-color: var(--color-primary-element);
outline-width: 1px;
outline-offset: 2px;
}
&:checked + label:before,
&.checkbox:indeterminate + label:before {
/* ^ :indeterminate have a strange behavior on radio,