Issue #3038413 by bnjmnm, lauriii, DyanneNova: Replace editable-area negative-offset outline with something that IE11 can handle

merge-requests/1119/head
Lauri Eskola 2019-03-15 09:20:37 +02:00
parent 7e18d45eee
commit d4ddfe04de
No known key found for this signature in database
GPG Key ID: 37E6EF00B7EEF188
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
.layout-builder {
background-color: #fff;
outline: 3px solid #2f91da;
border: 3px solid #2f91da;
padding: 1.5em 1.5em 0.5em;
outline-offset: -3px;
}
.layout-builder__add-section {