recreate former behaviour of not showing all buttons on inplace textareas (#4478)

pull/4481/head
ulferts 9 years ago committed by Oliver Günther
parent e67df2c833
commit a529b74b47
  1. 31
      app/assets/stylesheets/content/_in_place_editing.sass

@ -125,22 +125,23 @@
display: block display: block
position: relative position: relative
//todo: Move to something more specific .inplace-edit
.jstHandle, .jstSpacer .textarea-wrapper
display: none .jstHandle, .jstSpacer
.jstElements
button
display: none display: none
.jstb_strong, .jstElements
.jstb_em, button
.jstb_ins, display: none
.jstb_del, .jstb_strong,
.jstb_ul, .jstb_em,
.jstb_ol, .jstb_ins,
.jstb_preview, .jstb_del,
.jstb_help .jstb_ul,
display: inline-flex .jstb_ol,
justify-content: center .jstb_preview,
.jstb_help
display: inline-flex
justify-content: center
.inplace-edit--select .inplace-edit--select
.select2-display-none .select2-display-none

Loading…
Cancel
Save