Sha256: e9a032fc9404fc74a8ad06d0ea58d7f290ea6958411f1ff0764bb6f36b532cb9

Contents?: true

Size: 464 Bytes

Versions: 1

Compression:

Stored size: 464 Bytes

Contents

.input {
  .editor-toolbar {
    @include transition(border-color .2s);
    opacity: 1;
    border-color: $c-mid-grey;
    border-bottom: 0;

    a {
      opacity: .6;
    }
  }

  .CodeMirror-wrap {
    @include transition(border-color .2s);
    border-color: $c-mid-grey;
    border-top-color: $c-grey;
  }

  .CodeMirror-scroll {
    z-index: 0;
  }

  &.mde-focus {
    .CodeMirror-wrap,
    .editor-toolbar {
      border-color: $c-focus-border;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fae-rails-2.2.0 app/assets/stylesheets/fae/modules/forms/_simple-mde.scss