mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Merge pull request #1739 from e218736/options-dialog-keyboard-navigation
This commit is contained in:
commit
d13218caaf
1 changed files with 3 additions and 1 deletions
|
@ -99,10 +99,12 @@
|
||||||
.bmd-form-group.is-focused [class^='bmd-label'],
|
.bmd-form-group.is-focused [class^='bmd-label'],
|
||||||
.bmd-form-group.is-focused [class*=' bmd-label'],
|
.bmd-form-group.is-focused [class*=' bmd-label'],
|
||||||
.bmd-form-group.is-focused label,
|
.bmd-form-group.is-focused label,
|
||||||
.checkbox label:hover {
|
.checkbox label:hover,
|
||||||
|
.bmd-form-group.is-filled:focus-within .checkbox.option-item label {
|
||||||
color: var(--input-highlight-colour);
|
color: var(--input-highlight-colour);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.bmd-form-group.option-item label+.form-control{
|
.bmd-form-group.option-item label+.form-control{
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(to top, var(--input-highlight-colour) 2px, rgba(0, 0, 0, 0) 2px),
|
linear-gradient(to top, var(--input-highlight-colour) 2px, rgba(0, 0, 0, 0) 2px),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue