Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!6821
Use aria disclosure pattern in vertical toolbar submenu toggle buttons.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Use aria disclosure pattern in vertical toolbar submenu toggle buttons.
issue/drupal-3093378:3093378-use-aria-disclosure
into
11.x
Overview
9
Commits
12
Pipelines
6
Changes
9
All threads resolved!
Hide all comments
Open
Use aria disclosure pattern in vertical toolbar submenu toggle buttons.
Camille Davis
requested to merge
issue/drupal-3093378:3093378-use-aria-disclosure
into
11.x
Feb 28, 2024
Overview
9
Commits
12
Pipelines
6
Changes
9
All threads resolved!
Hide all comments
Closes
#3093378
0
0
Merge request reports
Compare
11.x
version 5
f6e64c20
1 week ago
version 4
fce0db2e
1 week ago
version 3
23f9f666
2 weeks ago
version 2
923dbe60
3 weeks ago
version 1
d16b3970
Feb 28, 2024
11.x (HEAD)
and
latest version
latest version
64c73706
12 commits,
5 days ago
version 5
f6e64c20
9 commits,
1 week ago
version 4
fce0db2e
8 commits,
1 week ago
version 3
23f9f666
5 commits,
2 weeks ago
version 2
923dbe60
3 commits,
3 weeks ago
version 1
d16b3970
1 commit,
Feb 28, 2024
9 files
+
288
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
core/modules/toolbar/css/toolbar.icons.theme.css
+
0
−
1
View file @ b5b705d9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -275,7 +275,6 @@
.toolbar
.toolbar-icon.toolbar-handle
{
width
:
4em
;
text-indent
:
-9999px
;
}
.toolbar
.toolbar-icon.toolbar-handle
::before
{
Loading