Rename /deep/ to ::v-deep since we use dart-sass now

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-11-16 10:04:47 +01:00
parent 43162faaa4
commit 9b8b17adc8
17 changed files with 35 additions and 35 deletions

View File

@@ -128,13 +128,13 @@ export default class DateTimePicker extends Vue {
<style lang="scss" scoped>
.timepicker {
/deep/ .dropdown-content {
::v-deep .dropdown-content {
padding: 0;
}
}
.calendar-picker {
/deep/ .dropdown-menu {
::v-deep .dropdown-menu {
z-index: 200;
}
}