Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
select_icons
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
select_icons
Commits
31d324c1
Commit
31d324c1
authored
3 years ago
by
Florent Torregrosa
Committed by
Florent Torregrosa
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3265451
by Grimreaper: Fix Stylelint
parent
dd2ba8a1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
css/seven/selectmenu.css
+36
-36
36 additions, 36 deletions
css/seven/selectmenu.css
with
36 additions
and
36 deletions
css/seven/selectmenu.css
+
36
−
36
View file @
31d324c1
...
...
@@ -6,8 +6,8 @@
}
[
dir
=
"rtl"
]
.ui-selectmenu-button
span
.ui-icon
{
left
:
7px
;
right
:
auto
;
left
:
7px
;
}
/**
...
...
@@ -19,9 +19,9 @@
}
.selecticons
+
.ajax-progress
{
position
:
absolute
;
z-index
:
11
;
top
:
4px
;
left
:
55px
;
z-index
:
11
;
font-weight
:
400
;
}
.selecticons
+
.ajax-progress
.throbber
{
...
...
@@ -33,93 +33,93 @@
.ui-widget.ui-selectmenu-button
,
.ui-selectmenu-menu
.ui-menu-item
{
font-weight
:
400
;
font-size
:
12px
;
font-weight
:
400
;
}
.ui-widget.ui-selectmenu-button
{
box-sizing
:
border-box
;
display
:
inline-block
;
position
:
relative
;
/* 1 */
line-height
:
normal
;
/* 2 */
cursor
:
pointer
;
-webkit-appearance
:
none
;
/* 3 */
-moz-appearance
:
none
;
/* 3 */
display
:
inline-block
;
box-sizing
:
border-box
;
width
:
auto
!important
;
min-width
:
200px
;
padding
:
4px
18px
;
/* 4 */
cursor
:
pointer
;
-webkit-transition
:
all
0.1s
;
transition
:
all
0.1s
;
text-decoration
:
none
;
color
:
#333
;
border
:
1px
solid
#a6a6a6
;
border-radius
:
20em
;
background-color
:
#f2f1eb
;
background-image
:
-webkit-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
linear-gradient
(
to
bottom
,
#f6f6f3
,
#e7e7df
);
color
:
#333
;
text-decoration
:
none
;
background-image
:
linear-gradient
(
to
bottom
,
#f6f6f3
,
#e7e7df
);
text-shadow
:
0
1px
hsla
(
0
,
0%
,
100%
,
0.6
);
-webkit-transition
:
all
0.1s
;
transition
:
all
0.1s
;
line-height
:
normal
;
/* 2 */
-webkit-appearance
:
none
;
/* 3 */
-moz-appearance
:
none
;
/* 3 */
-webkit-font-smoothing
:
antialiased
;
/* 6 */
width
:
auto
!important
;
min-width
:
200px
;
}
.ui-widget.ui-selectmenu-button
:hover
,
.ui-widget.ui-selectmenu-button
:focus
{
background-color
:
#f9f8f6
;
background-image
:
-webkit-linear-gradient
(
top
,
#fcfcfa
,
#e9e9dd
);
background-image
:
linear-gradient
(
to
bottom
,
#fcfcfa
,
#e9e9dd
);
color
:
#1a1a1a
;
text-decoration
:
none
;
color
:
#1a1a1a
;
outline
:
none
;
background-color
:
#f9f8f6
;
background-image
:
-webkit-linear-gradient
(
top
,
#fcfcfa
,
#e9e9dd
);
background-image
:
linear-gradient
(
to
bottom
,
#fcfcfa
,
#e9e9dd
);
}
.ui-widget.ui-selectmenu-button
:hover
{
box-shadow
:
0
1px
2px
hsla
(
0
,
0%
,
0%
,
0.125
);
}
.ui-widget.ui-selectmenu-button
.ui-current-item-icon
{
margin
:
-1px
0
0
0
;
float
:
none
;
margin
:
-1px
0
0
0
;
vertical-align
:
middle
;
}
.ui-selectmenu-menu
.ui-menu-item
{
overflow
:
hidden
;
white-space
:
nowrap
;
position
:
relative
;
overflow
:
hidden
;
padding-left
:
25px
;
white-space
:
nowrap
;
}
.ui-selectmenu-menu
.ui-menu-item
span
{
position
:
absolute
;
left
:
5px
;
top
:
6px
;
left
:
5px
;
}
[
dir
=
"rtl"
]
.ui-selectmenu-menu
.ui-menu-item
{
padding-right
:
25px
;
padding-left
:
5px
;
}
[
dir
=
"rtl"
]
.ui-selectmenu-menu
.ui-menu-item
span
{
left
:
auto
;
right
:
5px
;
left
:
auto
;
}
/* Prevent focus ring being covered by next siblings. */
.ui-widget.ui-selectmenu-button
:focus
{
z-index
:
10
;
border
:
1px
solid
#3
AB2FF
;
border
:
1px
solid
#3
ab2ff
;
box-shadow
:
0
0
0.5em
0.1em
hsla
(
203
,
100%
,
60%
,
0.7
);
}
.ui-widget.ui-selectmenu-button
:active
{
-webkit-transition
:
none
;
transition
:
none
;
border
:
1px
solid
#a6a6a6
;
background-color
:
#dfdfd9
;
background-image
:
-webkit-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
linear-gradient
(
to
bottom
,
#f6f6f3
,
#e7e7df
);
background-image
:
linear-gradient
(
to
bottom
,
#f6f6f3
,
#e7e7df
);
box-shadow
:
inset
0
1px
3px
hsla
(
0
,
0%
,
0%
,
0.2
);
-webkit-transition
:
none
;
transition
:
none
;
}
/* Reset default selectmenu inner div properties */
.ui-selectmenu-button
span
.ui-selectmenu-text
{
padding
:
3px
10px
3px
5px
;
line-height
:
inherit
;
display
:
inline-block
;
text-overflow
:
inherit
;
overflow
:
visible
;
padding
:
3px
10px
3px
5px
;
text-overflow
:
inherit
;
line-height
:
inherit
;
}
[
dir
=
"rtl"
]
.ui-selectmenu-button
span
.ui-selectmenu-text
{
padding
:
3px
5px
3px
10px
;
...
...
@@ -129,24 +129,24 @@
.ui-selectmenu-open
.ui-menu.ui-widget-content
{
/* Prevent creating too long dropdowns. */
max-height
:
10em
;
background
:
#fff
;
border
:
1px
solid
#ccc
;
margin
:
0
;
padding
:
0
;
border
:
1px
solid
#ccc
;
background
:
#fff
;
}
/* Adjust border radius to make the dropdown look like part of the button itself */
.ui-selectmenu-button.ui-corner-top
{
border-radius
:
1em
1em
0
0
;
transition
:
border-radius
0s
;
border-radius
:
1em
1em
0
0
;
}
/* List item selector to indicate which element is under the cursor */
.ui-selectmenu-menu
.ui-menu-item.ui-state-focus
{
/* Remove weird margin that makes list items "jump" when hovered */
margin
:
0
;
background
:
#0072b9
;
color
:
#fff
;
background
:
#0072b9
;
}
/* Fix element position when is presented inside dragable table */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment