[WEB-3614] fix: cmd-k item focus state (#6800)
This commit is contained in:
parent
dbdf2f001a
commit
ab3eadf767
1 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@
|
|||
background-color: rgba(var(--color-background-100));
|
||||
}
|
||||
|
||||
[cmdk-item]:hover {
|
||||
[cmdk-item]:focus {
|
||||
background-color: rgba(var(--color-background-80));
|
||||
}
|
||||
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
[cmdk-item][aria-disabled="true"]:hover,
|
||||
[cmdk-item][data-disabled="true"]:hover {
|
||||
[cmdk-item][aria-disabled="true"]:focus,
|
||||
[cmdk-item][data-disabled="true"]:focus {
|
||||
background-color: rgba(var(--color-background-80), 0.7);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue