mirror of
https://github.com/gchq/CyberChef
synced 2024-11-14 16:47:07 +00:00
add css styling on focus
This commit is contained in:
parent
c4e7c41a6e
commit
963e2839ce
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 label,
|
||||
.checkbox label:hover {
|
||||
.checkbox label:hover,
|
||||
.bmd-form-group.is-filled:focus-within .checkbox.option-item label {
|
||||
color: var(--input-highlight-colour);
|
||||
}
|
||||
|
||||
|
||||
.bmd-form-group.option-item label+.form-control{
|
||||
background-image:
|
||||
linear-gradient(to top, var(--input-highlight-colour) 2px, rgba(0, 0, 0, 0) 2px),
|
||||
|
|
Loading…
Reference in a new issue