summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/rich_content_editor.scss
blob: eca0f1114afd8f3eac4b94b0f999e8e10389da89 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Overrides styles from ToastUI editor
.tui-editor-defaultUI-toolbar .toolbar-button {
  color: $gl-gray-600;
  border: 0;

  &:hover,
  &:active {
    color: $blue-500;
    border: 0;
  }
}