Commit c9b2d077 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch 'origin/420-dev-document-css-rc0.x' into dev-merge

parents b3b47ea2 d5153ca6
......@@ -8919,7 +8919,7 @@ select.form-control {
.table tr td {
height: 48px;
}
.table .page-paint-raw--selected {
.table .page-paint-raw--selected td:first-child {
position: relative;
}
.table .page-paint-raw--selected td:first-child::before {
......
......@@ -8872,7 +8872,7 @@ select.form-control {
.table tr td {
height: 48px;
}
.table .page-paint-raw--selected {
.table .page-paint-raw--selected td:first-child {
position: relative;
}
.table .page-paint-raw--selected td:first-child::before {
......
......@@ -8628,7 +8628,7 @@ select.form-control {
.table tr td {
height: 48px;
}
.table .page-paint-raw--selected {
.table .page-paint-raw--selected td:first-child {
position: relative;
}
.table .page-paint-raw--selected td:first-child::before {
......
......@@ -8876,7 +8876,7 @@ select.form-control {
.table tr td {
height: 48px;
}
.table .page-paint-raw--selected {
.table .page-paint-raw--selected td:first-child {
position: relative;
}
.table .page-paint-raw--selected td:first-child::before {
......
......@@ -8877,7 +8877,7 @@ select.form-control {
.table tr td {
height: 48px;
}
.table .page-paint-raw--selected {
.table .page-paint-raw--selected td:first-child {
position: relative;
}
.table .page-paint-raw--selected td:first-child::before {
......
......@@ -9,15 +9,17 @@
.page-paint-raw
&--selected
position: relative
td:first-child::before
@include fit-positions
td:first-child
position: relative
content: ""
width: 3px
background-color: $info
position: absolute
&::before
@include fit-positions
content: ""
width: 3px
background-color: $info
position: absolute
///////////////////////
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment