app/assets/stylesheets/fae/modules/forms/_simple-mde.scss in fae-rails-1.2.5 vs app/assets/stylesheets/fae/modules/forms/_simple-mde.scss in fae-rails-1.3.0

- old
+ new

@@ -1,22 +1,22 @@ .input { .editor-toolbar { + @include transition(border-color .2s); opacity: 1; - border-color: $c-lighter_grey; - @include transition(border-color, .2s); + border-color: $c-mid-grey; + border-bottom: 0; a { opacity: .6; } } .CodeMirror-wrap { - border-color: $c-lighter_grey; - @include transition(border-color, .2s); + @include transition(border-color .2s); + border-color: $c-mid-grey; + border-top-color: $c-grey; } - &.mde-focus { - .editor-toolbar, .CodeMirror-wrap { - border-color: $c-custom-highlight; - } + .CodeMirror-scroll { + z-index: 0; } }