File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
packages/vuetify/src/components Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4141 .v-autocomplete
4242 & __content
4343 overflow : hidden
44-
4544 @include tools .elevation ($autocomplete-content-elevation )
46- @include tools .rounded ($autocomplete-content-border-radius )
45+
46+ @at-root #{selector.append ('.v-menu > .v-overlay__content ', & )}
47+ @include tools .rounded ($autocomplete-content-border-radius )
4748
4849 & __mask
4950 background : rgb (var(--v-theme-surface-light ))
Original file line number Diff line number Diff line change 4141 .v-combobox
4242 & __content
4343 overflow : hidden
44-
4544 @include tools .elevation ($combobox-content-elevation )
46- @include tools .rounded ($combobox-content-border-radius )
45+
46+ @at-root #{selector.append ('.v-menu > .v-overlay__content ', & )}
47+ @include tools .rounded ($combobox-content-border-radius )
4748
4849 & __mask
4950 background : rgb (var(--v-theme-surface-light ))
Original file line number Diff line number Diff line change 4242
4343 & __content
4444 overflow : hidden
45-
4645 @include tools .elevation ($select-content-elevation )
47- @include tools .rounded ($select-content-border-radius )
46+
47+ @at-root #{selector.append ('.v-menu > .v-overlay__content ', & )}
48+ @include tools .rounded ($select-content-border-radius )
4849
4950 & __selection
5051 display : inline-flex
You can’t perform that action at this time.
0 commit comments