File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
registry/default/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ const modelValue = ref({
111111 :class =" [
112112 'hover:bg-unset',
113113 // Selection Start
114- 'data-[highlighted]:data-[highlighted- start]:bg-primary data-[highlighted]: data-[highlighted-start]:text-primary-foreground data-[highlighted-start]:not-data-[highlighted-end]:rounded-e-none data-[selection-start]:not-data-[highlighted]:not-data-[selection-end]:rounded-e-none',
114+ 'data-[highlighted- start]:bg-primary data-[highlighted-start]:text-primary-foreground data-[highlighted-start]:not-data-[highlighted-end]:rounded-e-none data-[selection-start]:not-data-[highlighted]:not-data-[selection-end]:rounded-e-none',
115115 // Selection End
116- 'data-[highlighted]:data-[highlighted- end]:bg-primary data-[highlighted]: data-[highlighted-end]:text-primary-foreground data-[highlighted-end]:not-data-[highlighted-start]:rounded-s-none data-[selection-end]:not-data-[selection-start]:rounded-s-none',
116+ 'data-[highlighted- end]:bg-primary data-[highlighted-end]:text-primary-foreground data-[highlighted-end]:not-data-[highlighted-start]:rounded-s-none data-[selection-end]:not-data-[selection-start]:rounded-s-none',
117117 // Today
118118 `[& [data-today]:not([data-selected])]:bg-unset [& [data-today]:not([data-selected])]:text-unset data-[today]:after:content-[' '] data-[today]:after:bg-primary data-[today]:data-[selection-start]:after:bg-primary-foreground data-[today]:data-[selection-end]:after:bg-primary-foreground data-[today]:data-[highlighted]:hover:after:bg-primary-foreground data-[today]:after:absolute data-[today]:after:bottom-[5px] data-[today]:after:h-[3px] data-[today]:after:w-[3px] data-[today]:after:rounded-full`,
119119 ]"
You can’t perform that action at this time.
0 commit comments