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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!11788
Fix open state arrow in dropdown
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Fix open state arrow in dropdown
issue/drupal-3518192:11.x
into
11.x
Overview
0
Commits
1
Pipelines
1
Changes
2
Open
Jo Spelbrink
requested to merge
issue/drupal-3518192:11.x
into
11.x
1 month ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
11.x
11.x (HEAD)
and
latest version
latest version
8a7ea3a9
1 commit,
1 month ago
2 files
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
core/themes/olivero/css/components/dropbutton.css
+
1
−
1
Options
@@ -85,7 +85,7 @@
border-bottom
:
solid
2px
var
(
--dropbutton--outline-color
);
}
.dropbutton-wrapper.open
:is
(
.dropbutton-toggle
button
::before
)
{
.dropbutton-wrapper.open
:is
(
.dropbutton-toggle
button
)
::before
{
transform
:
translateY
(
25%
)
rotate
(
225deg
);
}
Loading