Merge pull request #4812 from HDinger/fix/23464-element-zum-einblenden-eines-interaktiven-elements-erhaelt-den-fokus

[23464] [7h]  Element zum Einblenden eines interaktiven Elements erhält den Fokus
pull/4814/head
Oliver Günther 8 years ago committed by GitHub
commit 161998dcdd
  1. 5
      app/assets/stylesheets/content/work_packages/inplace_editing/_legacy_inplace_styles.sass
  2. 7
      app/assets/stylesheets/specific/accessibility.sass

@ -69,11 +69,6 @@ a.inplace-editing--trigger-link,
img.avatar-mini
float: inherit
// Do not hover trigger-link when element is read-only
.-read-only
.inplace-editing--trigger-link:hover .inplace-editing--container
border-color: transparent
.inplace-edit--icon-wrapper
display: inline-block
text-align: center

@ -85,3 +85,10 @@ body.accessibility-mode
.skip-navigation-link:focus
top: auto
left: auto
// Show inplace-editing icons so that they can be accessed directly
.inplace-editing--trigger-link
.inplace-editing--container
border-color: $inplace-edit--border-color
.inplace-edit--icon-wrapper
visibility: visible

Loading…
Cancel
Save