Skip to content
Snippets Groups Projects

Add green and white Claro focus ring to toolbar.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
193 top: -1px;
194 height: calc(100% + 2px);
195 }
196 .toolbar-tray-vertical a:focus::after,
197 .toolbar-tray-vertical button:focus::after {
198 top: 0;
199 left: 0; /* LTR */
200 width: 100%;
201 height: calc(100% + 1px);
202 }
203 [dir="rtl"] .toolbar-tray-vertical a:focus::after,
204 [dir="rtl"] .toolbar-tray-vertical button:focus::after {
205 right: 0;
206 left: auto;
207 }
208 .toolbar-tray-vertical .toolbar-menu-administration > .toolbar-menu > .menu-item:not(:first-child) > a:focus::after,
  • 157 box-shadow: inset 0 0 0 var(--focus-border-size) var(--color-focus), inset 0 0 0 calc(var(--focus-border-size) + var(--focus-border-offset-size)) var(--color-white);
    158 }
    159 .toolbar-tray-horizontal a:focus::after,
    160 .toolbar-tray-horizontal button:focus::after {
    161 left: -1px; /* LTR */
    162 width: calc(100% + 2px);
    163 }
    164 [dir="rtl"] .toolbar-tray-horizontal a:focus::after,
    165 [dir="rtl"] .toolbar-tray-horizontal button:focus::after {
    166 right: -1px;
    167 left: auto;
    168 }
    169 .toolbar-tray-horizontal .toolbar-toggle-orientation button:focus::after {
    170 width: calc(100% + 1px);
    171 }
    172 .toolbar-tray-horizontal .toolbar-menu-administration > .toolbar-menu > .menu-item > a:focus::after,
  • Camille Davis added 1 commit

    added 1 commit

    Compare with previous version

  • Camille Davis added 1 commit

    added 1 commit

    Compare with previous version

  • Camille Davis added 1 commit

    added 1 commit

    Compare with previous version

  • Camille Davis added 1 commit

    added 1 commit

    Compare with previous version

  • Camille Davis added 586 commits

    added 586 commits

    Compare with previous version

  • Camille Davis added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading