matcha-theme 20.48.0 → 20.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -124,7 +124,6 @@
|
|
|
124
124
|
background-color: var(--color-accent);
|
|
125
125
|
border-radius: 50%;
|
|
126
126
|
cursor: grab;
|
|
127
|
-
transition: all 0.2s ease;
|
|
128
127
|
border: 4px solid var(--color-bg);
|
|
129
128
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
130
129
|
|
|
@@ -234,11 +233,6 @@
|
|
|
234
233
|
}
|
|
235
234
|
}
|
|
236
235
|
|
|
237
|
-
// Animation
|
|
238
|
-
.pointer,
|
|
239
|
-
.selection-bar {
|
|
240
|
-
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
241
|
-
}
|
|
242
236
|
|
|
243
237
|
// Focus styles for accessibility
|
|
244
238
|
.pointer:focus-visible {
|