Insert margin to leave palce for border in accessibility mode (IE)

pull/4544/head
Henriette Dinger 8 years ago
parent ba9f40a681
commit 396bc45455
  1. 6
      app/assets/stylesheets/accessibility.sass

@ -63,3 +63,9 @@ h3:hover a.wiki-anchor
&:hover
border-color: $font-color-on-primary-dark
// Neccessary to have enough space for the border in IE
.wp-table--cell
.inplace-edit .inplace-edit--read-value.inplace-edit--read-value--container,
.id a
margin: 3px

Loading…
Cancel
Save