chore: add more translation keys (#6715)

This commit is contained in:
Aaryan Khandelwal
2025-03-07 11:31:41 +05:30
committed by GitHub
parent 21d7a1865c
commit 7005ae2b53
9 changed files with 32 additions and 23 deletions
+5 -3
View File
@@ -38,12 +38,14 @@
background-color: rgba(var(--color-background-80));
}
[cmdk-item][aria-disabled="true"], [cmdk-item][data-disabled="true"] {
[cmdk-item][aria-disabled="true"],
[cmdk-item][data-disabled="true"] {
cursor: not-allowed;
opacity: 0.5;
background-color: transparent;
}
[cmdk-item][aria-disabled="true"]:hover, [cmdk-item][data-disabled="true"]:hover {
background-color: transparent;
[cmdk-item][aria-disabled="true"]:hover,
[cmdk-item][data-disabled="true"]:hover {
background-color: rgba(var(--color-background-80), 0.7);
}