debian-mirror-gitlab/app/assets/stylesheets/components/rich_content_editor.scss

12 lines
192 B
SCSS
Raw Normal View History

2020-05-24 23:13:21 +05:30
// Overrides styles from ToastUI editor
.tui-editor-defaultUI-toolbar .toolbar-button {
color: $gl-gray-600;
border: 0;
&:hover,
&:active {
color: $blue-500;
border: 0;
}
}