Remove visual difference between display and edit field for subject field

[ci skip]
pull/7728/head
Henriette Dinger 5 years ago
parent df344c81d4
commit 7699488587
  1. 8
      app/assets/stylesheets/layout/work_packages/_details_view.sass
  2. 8
      app/assets/stylesheets/layout/work_packages/_full_view.sass

@ -101,6 +101,14 @@ body.router--work-packages-split-view-new
height: 38px
line-height: 36px
// Style edit field to look like the display field.
// Thus we avoid a visual jump when editing the subject.
&.-active input
height: 34px
line-height: 34px
padding: 5px 0 5px 5px
font-size: 18px
.work-packages--type-selector
flex-shrink: 0

@ -194,6 +194,14 @@
.wp-inline-edit--field
height: 34px
// Style edit field to look like the display field.
// Thus we avoid a visual jump when editing the subject.
&.-active input
height: 36px
line-height: 36px
padding: 5px 0 5px 5px
font-size: 20px
> .toolbar-container
margin: 10px 0 5px 0
padding-right: 15px

Loading…
Cancel
Save