scss: cells: new $cell-title-cover-border for cell image (#36663)

in relation with #36649 #36582
This commit is contained in:
Thomas Jund 2019-10-08 11:35:46 +02:00
parent 18b7249f23
commit c6ef8e7422
1 changed files with 1 additions and 4 deletions

View File

@ -259,10 +259,7 @@ div.wcscurrentformscell ul {
border-radius: $cell-border-radius $cell-border-radius 0 0;
}
@if $cell-title-cover-border == true {
position: relative;
top: -1px;
left: -1px;
width: calc(100% + 2px);
margin: #{extract-width($cell-border) * -1};
}
}
> h2:first-child {