Issue #3038413 by bnjmnm, lauriii, DyanneNova: Replace editable-area negative-offset outline with something that IE11 can handle
parent
7e18d45eee
commit
d4ddfe04de
|
@ -1,8 +1,7 @@
|
||||||
.layout-builder {
|
.layout-builder {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
outline: 3px solid #2f91da;
|
border: 3px solid #2f91da;
|
||||||
padding: 1.5em 1.5em 0.5em;
|
padding: 1.5em 1.5em 0.5em;
|
||||||
outline-offset: -3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-builder__add-section {
|
.layout-builder__add-section {
|
||||||
|
|
Loading…
Reference in New Issue