Skip to content

Commit d6fde23

Browse files
authored
fix styles for raycast preset (#372)
* remove duplicate styles * fix transition being negated immediately
1 parent fb4ea04 commit d6fde23

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

website/styles/cmdk/raycast.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
--loader-color: var(--gray9);
108108
border: 0;
109109
width: 100%;
110-
width: 100%;
111110
left: 0;
112111
height: 1px;
113112
background: var(--gray6);
@@ -147,7 +146,6 @@
147146
user-select: none;
148147
will-change: background, color;
149148
transition: all 150ms ease;
150-
transition-property: none;
151149

152150
&[data-selected='true'] {
153151
background: var(--gray4);
@@ -401,8 +399,6 @@
401399
}
402400

403401
[cmdk-item] {
404-
height: 40px;
405-
406402
cursor: pointer;
407403
height: 40px;
408404
border-radius: 8px;
@@ -415,7 +411,6 @@
415411
user-select: none;
416412
will-change: background, color;
417413
transition: all 150ms ease;
418-
transition-property: none;
419414

420415
&[aria-selected='true'] {
421416
background: var(--gray5);

0 commit comments

Comments
 (0)