mirror of
https://github.com/makeplane/plane.git
synced 2026-04-26 01:58:36 -05:00
chore: add more translation keys (#6715)
This commit is contained in:
committed by
GitHub
parent
21d7a1865c
commit
7005ae2b53
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user