Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1846bbee
Commit
1846bbee
authored
Dec 04, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace $dropdown-input-fa-color with $gray-500
parent
862f6bf8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+1
-2
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+0
-1
app/assets/stylesheets/page_bundles/_ide_theme_overrides.scss
...assets/stylesheets/page_bundles/_ide_theme_overrides.scss
+2
-3
changelogs/unreleased/mw-replace-dropdown-input-fa-color-with-gray-500.yml
...ased/mw-replace-dropdown-input-fa-color-with-gray-500.yml
+5
-0
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
1846bbee
...
@@ -567,14 +567,13 @@
...
@@ -567,14 +567,13 @@
margin-bottom
:
10px
;
margin-bottom
:
10px
;
padding
:
0
10px
;
padding
:
0
10px
;
.fa
,
.input-icon
,
.input-icon
,
.dropdown-input-clear
,
.dropdown-input-clear
,
.dropdown-input-search
{
.dropdown-input-search
{
position
:
absolute
;
position
:
absolute
;
top
:
$gl-padding-8
;
top
:
$gl-padding-8
;
right
:
20px
;
right
:
20px
;
color
:
$
dropdown-input-fa-color
;
color
:
$
gray-500
;
font-size
:
12px
;
font-size
:
12px
;
pointer-events
:
none
;
pointer-events
:
none
;
}
}
...
...
app/assets/stylesheets/framework/variables.scss
View file @
1846bbee
...
@@ -546,7 +546,6 @@ $dropdown-vertical-offset: 4px;
...
@@ -546,7 +546,6 @@ $dropdown-vertical-offset: 4px;
$dropdown-empty-row-bg
:
rgba
(
#000
,
0
.04
);
$dropdown-empty-row-bg
:
rgba
(
#000
,
0
.04
);
$dropdown-shadow-color
:
rgba
(
#000
,
0
.1
);
$dropdown-shadow-color
:
rgba
(
#000
,
0
.1
);
$dropdown-title-btn-color
:
#bfbfbf
;
$dropdown-title-btn-color
:
#bfbfbf
;
$dropdown-input-fa-color
:
#c7c7c7
;
$dropdown-input-focus-shadow
:
rgba
(
$blue-300
,
0
.4
);
$dropdown-input-focus-shadow
:
rgba
(
$blue-300
,
0
.4
);
$dropdown-loading-bg
:
rgba
(
$white
,
0
.6
);
$dropdown-loading-bg
:
rgba
(
$white
,
0
.6
);
$dropdown-chevron-size
:
10px
;
$dropdown-chevron-size
:
10px
;
...
...
app/assets/stylesheets/page_bundles/_ide_theme_overrides.scss
View file @
1846bbee
...
@@ -85,13 +85,12 @@
...
@@ -85,13 +85,12 @@
color
:
var
(
--
ide-input-border
,
$gl-text-color-tertiary
);
color
:
var
(
--
ide-input-border
,
$gl-text-color-tertiary
);
}
}
.dropdown-input
.fa
,
.dropdown-input
.dropdown-input-clear
{
.dropdown-input
.dropdown-input-clear
{
color
:
var
(
--
ide-input-border
,
$
dropdown-input-fa-color
);
color
:
var
(
--
ide-input-border
,
$
gray-500
);
}
}
.ide-nav-form
.input-icon
{
.ide-nav-form
.input-icon
{
color
:
var
(
--
ide-input-border
,
$
dropdown-input-fa-color
);
color
:
var
(
--
ide-input-border
,
$
gray-500
);
}
}
code
{
code
{
...
...
changelogs/unreleased/mw-replace-dropdown-input-fa-color-with-gray-500.yml
0 → 100644
View file @
1846bbee
---
title
:
Replace dropdown-input-fa-color with gray-500
merge_request
:
49213
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment