Add green and white Claro focus ring to toolbar.
2 open threads
Merge request reports
Activity
added 1 commit
- 6b1c97ae - Add green and white Claro focus ring to toolbar.
added 10 commits
-
6b1c97ae...016718a8 - 9 commits from branch
project:11.x
- 836a98e8 - Add green and white Claro focus ring to toolbar.
-
6b1c97ae...016718a8 - 9 commits from branch
added 17 commits
-
a3c60143...981921d8 - 15 commits from branch
project:11.x
- 65be0f2f - Add green and white Claro focus ring to toolbar.
- 2cff0c87 - Remove unecessary var import
-
a3c60143...981921d8 - 15 commits from branch
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, Should I add nesting to the whole file? Or just the part I added
EDIT: Made one commit nesting just my changes, and one commit nesting the rest. I haven't updated core/modules/toolbar/css/toolbar.theme.css yet.. is it actually necessary to include?
Edited by Camille Davischanged this line in version 6 of the diff
added 586 commits
-
1f84e3ea...bf4e65cf - 582 commits from branch
project:11.x
- 7af80a05 - Add green and white Claro focus ring to toolbar.
- ff9406ac - Remove unecessary var import
- 37c5df15 - Nest added css.
- dc2ede34 - Nest css in whole file.
Toggle commit list-
1f84e3ea...bf4e65cf - 582 commits from branch
Please register or sign in to reply