Skip to content

Commit fd9cb16

Browse files
author
Guillaume Chau
committed
fix(widget): make resize handles more visible
1 parent dac7a4b commit fd9cb16

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/@vue/cli-ui/src/style/main.styl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,7 @@ ansi-colors('white', $vue-ui-color-light)
208208
width 12px
209209
height @width
210210
border-radius 50%
211-
background lighten($vue-ui-color-primary, 40%)
212-
.vue-ui-dark-mode &
213-
background darken($vue-ui-color-primary, 40%)
214-
211+
background $vue-ui-color-primary
215212

216213
$halfWidth = @width / 2
217214
$halfHeight = @height / 2

0 commit comments

Comments
 (0)