mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 11:57:56 +01:00
chore: code refactor
This commit is contained in:
@@ -1,50 +0,0 @@
|
||||
<<<<<<<< HEAD:packages/tailwind-config/styles/components/command-palette.css
|
||||
/* Command Palette Styles */
|
||||
[cmdk-group]:not(:first-child) {
|
||||
========
|
||||
[cmdk-group] {
|
||||
padding-left: 0.45rem;
|
||||
padding-right: 0.45rem;
|
||||
>>>>>>>> 961cdf6c8faab890339909b955275ea89b255e16:packages/tailwind-config/styles/components/power-k.css
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
[cmdk-group-heading] {
|
||||
color: rgba(var(--color-text-300));
|
||||
font-size: 0.75rem;
|
||||
font-weight: 500;
|
||||
margin-bottom: 0.5rem;
|
||||
padding-left: 0.45rem;
|
||||
padding-right: 0.45rem;
|
||||
}
|
||||
|
||||
[cmdk-item] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-radius: 0.375rem;
|
||||
padding: 0.5rem;
|
||||
font-size: 0.825rem;
|
||||
line-height: 1.25rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
[cmdk-item]:focus {
|
||||
background-color: rgba(var(--color-background-80));
|
||||
}
|
||||
|
||||
[cmdk-item][aria-selected="true"] {
|
||||
background-color: rgba(var(--color-background-80));
|
||||
}
|
||||
|
||||
[cmdk-item][aria-disabled="true"],
|
||||
[cmdk-item][data-disabled="true"] {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.5;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
[cmdk-item][aria-disabled="true"]:focus,
|
||||
[cmdk-item][data-disabled="true"]:focus {
|
||||
background-color: rgba(var(--color-background-80), 0.7);
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
@import "./themes/dark.css";
|
||||
@import "./themes/editor-colors.css";
|
||||
@import "./components/emoji-picker.css";
|
||||
@import "./components/command-palette.css";
|
||||
@import "./components/spinner.css";
|
||||
@import "./components/tags-input.css";
|
||||
@import "./components/utility-classes.css";
|
||||
|
||||
369
pnpm-lock.yaml
generated
369
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user