Elastic: Remove outline in Chrome on html editor mode switch

pull/6486/head
Aleksander Machniak 6 years ago
parent ec61705441
commit 93748d0698

@ -857,8 +857,10 @@ html.touch .mce-grid td {
}
}
a:hover, a:focus {
a:hover,
a:focus {
border-bottom-color: transparent;
outline: 0;
}
}

Loading…
Cancel
Save