We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4ea04 commit d6fde23Copy full SHA for d6fde23
1 file changed
website/styles/cmdk/raycast.scss
@@ -107,7 +107,6 @@
107
--loader-color: var(--gray9);
108
border: 0;
109
width: 100%;
110
- width: 100%;
111
left: 0;
112
height: 1px;
113
background: var(--gray6);
@@ -147,7 +146,6 @@
147
146
user-select: none;
148
will-change: background, color;
149
transition: all 150ms ease;
150
- transition-property: none;
151
152
&[data-selected='true'] {
153
background: var(--gray4);
@@ -401,8 +399,6 @@
401
399
}
402
400
403
[cmdk-item] {
404
- height: 40px;
405
-
406
cursor: pointer;
407
height: 40px;
408
border-radius: 8px;
@@ -415,7 +411,6 @@
415
411
416
412
417
413
418
419
414
420
&[aria-selected='true'] {
421
background: var(--gray5);
0 commit comments