Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
background: transparent
border-radius: 50%
box-shadow: $color-picker-canvas-dot-box-shadow

@media (forced-colors: active)
border-style: solid
outline: 2px solid highlight

&--disabled
box-shadow: $color-picker-canvas-dot-disabled-box-shadow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
background: rgba(var(--v-theme-surface-variant), .2)
color: rgba(var(--v-theme-on-surface))

@media (forced-colors: active)
border-style: solid

span
font-size: $color-picker-input-font-size
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,19 @@
.v-color-picker-preview__eye-dropper
position: relative
margin-right: $color-picker-preview-dropper-margin

@media (forced-colors: active)
.v-color-picker-preview

&__dot
border-style: solid

> div
forced-color-adjust: preserve-parent-color

&__sliders
forced-color-adjust: preserve-parent-color

.v-slider-thumb__surface
background: transparent
border: solid canvastext
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@
justify-content: center
width: 100%
height: 100%

@media (forced-colors: active)
.v-color-picker-swatches > div
forced-color-adjust: preserve-parent-color