Rename /deep/ to ::v-deep since we use dart-sass now
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -343,11 +343,11 @@ article.box {
|
||||
.button.is-text {
|
||||
text-decoration: none;
|
||||
|
||||
/deep/ span:first-child i.mdi::before {
|
||||
::v-deep span:first-child i.mdi::before {
|
||||
font-size: 24px !important;
|
||||
}
|
||||
|
||||
/deep/ span:last-child {
|
||||
::v-deep span:last-child {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ export default class OrganizerPicker extends Vue {
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
/deep/ .list-item {
|
||||
::v-deep .list-item {
|
||||
box-sizing: content-box;
|
||||
|
||||
label.b-radio {
|
||||
|
||||
@@ -218,7 +218,7 @@ export default class ParticipationButton extends Vue {
|
||||
}
|
||||
|
||||
.anonymousParticipationModal {
|
||||
/deep/ .animation-content {
|
||||
::v-deep .animation-content {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user