Sha256: 1dbf0c66a5a751e5ac4f3e017aab7618d5405ca6945a460c8ce8dfcd856dda8e

Contents?: true

Size: 745 Bytes

Versions: 65

Compression:

Stored size: 745 Bytes

Contents

// navigation and content already load trix, ensure they are loaded first
@use "content";
@use "navigation";

// overrides for default trix styles to match our button styles
trix-toolbar {
  .trix-button-group {
    border: 1px solid var(--site-text-color);
    border-radius: 0;
  }

  .trix-button {
    color: var(--site-secondary);
    border-bottom: none;
  }

  .trix-button:not(:first-child) {
    border-left: 1px solid var(--site-text-color);
  }

  .trix-button.trix-active {
    background-color: var(--site-secondary-light);
    color: var(--site-on-secondary);
    border-bottom: none;
  }
}

// set a maximim width for the text editor and toolbar to match other inputs
trix-toolbar,
trix-editor {
  max-width: var(--text-width);
}

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
katalyst-koi-4.15.1 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.15.0 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.14.3 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.14.2 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.14.1 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.14.0 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.13.2 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.13.0 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.12.6 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.12.5 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.12.4 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.12.3 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.12.2 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.12.1 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.12.0 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.11.2 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.11.1 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.11.0 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.10.3 app/assets/stylesheets/koi/themes/_trix.scss
katalyst-koi-4.10.2 app/assets/stylesheets/koi/themes/_trix.scss