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
!5826
Draft: Adding onchange event and selected attribute to the dropdown
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Adding onchange event and selected attribute to the dropdown
issue/drupal-3381598:3381598-replace-tabs-with
into
11.x
Overview
0
Commits
1
Pipelines
1
Changes
5
Open
Prashant Chauhan
requested to merge
issue/drupal-3381598:3381598-replace-tabs-with
into
11.x
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
5
Expand
Draft: Adding onchange event and selected attribute to the dropdown
0
0
Merge request reports
Compare
11.x
11.x (base)
and
latest version
latest version
bb91c37f
1 commit,
1 year ago
5 files
+
31
−
73
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
core/themes/claro/css/components/form--select.css
+
9
−
2
Options
@@ -16,11 +16,18 @@
background-repeat
:
no-repeat
;
background-position
:
100%
50%
;
background-size
:
2.75rem
0.5625rem
;
/* w: 14px + (2 * 15px), h: 9px */
}
.form-element--type-select.pf-c-select
{
padding
:
var
(
--input-padding-vertical
)
var
(
--input-padding-horizontal
);
padding-inline-end
:
calc
(
2rem
-
var
(
--input-border-size
));
-webkit-appearance
:
none
;
appearance
:
none
;
}
/**
/**
* Select states.
*/
}
.form-element--type-select
:focus
{
background-image
:
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3e%3cpath fill='none' stroke-width='1.5' d='M1 1l6 6 6-6' stroke='%23003ecc'/%3e%3c/svg%3e")
;
Loading