Added margin bottom to menu level-1.
2 unresolved threads
2 unresolved threads
Closes #3409305
Merge request reports
Activity
17 17 --gin-toolbar-x-offset: 0px; // Needs px to work in calc() functions. 18 18 --gin-sticky-offset: 0px; // Needs px to work in calc() functions. 19 19 --gin-icon-size-toolbar: 20px; 20 /* Use a CSS variable for border width */ 21 --border-width: 2px; - Edited by Sascha Eggenberger
changed this line in version 5 of the diff
127 129 } 128 130 129 131 // Focus 130 .toolbar-menu__item--level-1 > .toolbar-link:focus { 132 .toolbar-menu__item--level-1 { 133 margin-bottom: var(--border-width); changed this line in version 5 of the diff
added 11 commits
-
f0e1caf2...7eb6d2e0 - 8 commits from branch
project:8.x-3.x
- 2909a413 - Added margin bottom to menu level-1.
- f54c24ad - Updated Changes
- 103304c5 - reduce-size-with-css-variable-fixes
Toggle commit list-
f0e1caf2...7eb6d2e0 - 8 commits from branch
enabled automatic add to merge train when the pipeline for 010ebdb9 succeeds
Please register or sign in to reply