Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rich_content_editor.scss « components « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
  }
}