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

@@ -64,7 +64,7 @@ div.group-section-title {
background: $purple-2;
}
/deep/ & > a {
::v-deep & > a {
align-self: center;
margin-right: 5px;
color: $orange-3;
@@ -73,7 +73,7 @@ div.group-section-title {
h2 {
flex: 1;
/deep/ span {
::v-deep span {
display: inline;
padding: 3px 8px;
font-family: "Liberation Sans", "Helvetica Neue", Roboto, Helvetica, Arial, serif;
@@ -82,7 +82,7 @@ div.group-section-title {
flex: 1;
}
/deep/ span.icon {
::v-deep span.icon {
flex: 0;
height: 100%;
}