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
4ba08fe6
Commit
4ba08fe6
authored
Jan 05, 2022
by
peterhegman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix input group text border color
Color was $gray-100 when it should be $gray-400. Changelog: fixed
parent
1f693f1c
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
app/assets/stylesheets/framework/variables_overrides.scss
app/assets/stylesheets/framework/variables_overrides.scss
+1
-1
app/assets/stylesheets/startup/startup-dark.scss
app/assets/stylesheets/startup/startup-dark.scss
+1
-1
app/assets/stylesheets/startup/startup-general.scss
app/assets/stylesheets/startup/startup-general.scss
+1
-1
app/assets/stylesheets/startup/startup-signin.scss
app/assets/stylesheets/startup/startup-signin.scss
+1
-1
ee/app/assets/stylesheets/startup/startup-dark.scss
ee/app/assets/stylesheets/startup/startup-dark.scss
+1
-1
ee/app/assets/stylesheets/startup/startup-general.scss
ee/app/assets/stylesheets/startup/startup-general.scss
+1
-1
ee/app/assets/stylesheets/startup/startup-signin.scss
ee/app/assets/stylesheets/startup/startup-signin.scss
+1
-1
No files found.
app/assets/stylesheets/framework/variables_overrides.scss
View file @
4ba08fe6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
$secondary
:
$gray-light
;
$secondary
:
$gray-light
;
$input-disabled-bg
:
$gray-light
;
$input-disabled-bg
:
$gray-light
;
$input-border-color
:
$gray-
1
00
;
$input-border-color
:
$gray-
4
00
;
$input-color
:
$gl-text-color
;
$input-color
:
$gl-text-color
;
$input-font-size
:
$gl-font-size
;
$input-font-size
:
$gl-font-size
;
$font-family-sans-serif
:
$regular-font
;
$font-family-sans-serif
:
$regular-font
;
...
...
app/assets/stylesheets/startup/startup-dark.scss
View file @
4ba08fe6
...
@@ -140,7 +140,7 @@ h1 {
...
@@ -140,7 +140,7 @@ h1 {
color
:
#fafafa
;
color
:
#fafafa
;
background-color
:
#333
;
background-color
:
#333
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
border
:
1px
solid
#
404040
;
border
:
1px
solid
#
868686
;
border-radius
:
0
.25rem
;
border-radius
:
0
.25rem
;
}
}
@media
(
prefers-reduced-motion
:
reduce
)
{
@media
(
prefers-reduced-motion
:
reduce
)
{
...
...
app/assets/stylesheets/startup/startup-general.scss
View file @
4ba08fe6
...
@@ -121,7 +121,7 @@ h1 {
...
@@ -121,7 +121,7 @@ h1 {
color
:
#303030
;
color
:
#303030
;
background-color
:
#fff
;
background-color
:
#fff
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
border
:
1px
solid
#
dbdbdb
;
border
:
1px
solid
#
868686
;
border-radius
:
0
.25rem
;
border-radius
:
0
.25rem
;
}
}
@media
(
prefers-reduced-motion
:
reduce
)
{
@media
(
prefers-reduced-motion
:
reduce
)
{
...
...
app/assets/stylesheets/startup/startup-signin.scss
View file @
4ba08fe6
...
@@ -189,7 +189,7 @@ hr {
...
@@ -189,7 +189,7 @@ hr {
color
:
#303030
;
color
:
#303030
;
background-color
:
#fff
;
background-color
:
#fff
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
border
:
1px
solid
#
dbdbdb
;
border
:
1px
solid
#
868686
;
border-radius
:
0
.25rem
;
border-radius
:
0
.25rem
;
}
}
@media
(
prefers-reduced-motion
:
reduce
)
{
@media
(
prefers-reduced-motion
:
reduce
)
{
...
...
ee/app/assets/stylesheets/startup/startup-dark.scss
View file @
4ba08fe6
...
@@ -140,7 +140,7 @@ h1 {
...
@@ -140,7 +140,7 @@ h1 {
color
:
#fafafa
;
color
:
#fafafa
;
background-color
:
#333
;
background-color
:
#333
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
border
:
1px
solid
#
404040
;
border
:
1px
solid
#
868686
;
border-radius
:
0
.25rem
;
border-radius
:
0
.25rem
;
}
}
@media
(
prefers-reduced-motion
:
reduce
)
{
@media
(
prefers-reduced-motion
:
reduce
)
{
...
...
ee/app/assets/stylesheets/startup/startup-general.scss
View file @
4ba08fe6
...
@@ -121,7 +121,7 @@ h1 {
...
@@ -121,7 +121,7 @@ h1 {
color
:
#303030
;
color
:
#303030
;
background-color
:
#fff
;
background-color
:
#fff
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
border
:
1px
solid
#
dbdbdb
;
border
:
1px
solid
#
868686
;
border-radius
:
0
.25rem
;
border-radius
:
0
.25rem
;
}
}
@media
(
prefers-reduced-motion
:
reduce
)
{
@media
(
prefers-reduced-motion
:
reduce
)
{
...
...
ee/app/assets/stylesheets/startup/startup-signin.scss
View file @
4ba08fe6
...
@@ -189,7 +189,7 @@ hr {
...
@@ -189,7 +189,7 @@ hr {
color
:
#303030
;
color
:
#303030
;
background-color
:
#fff
;
background-color
:
#fff
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
border
:
1px
solid
#
dbdbdb
;
border
:
1px
solid
#
868686
;
border-radius
:
0
.25rem
;
border-radius
:
0
.25rem
;
}
}
@media
(
prefers-reduced-motion
:
reduce
)
{
@media
(
prefers-reduced-motion
:
reduce
)
{
...
...
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