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
1312de49
Commit
1312de49
authored
Apr 08, 2021
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix badge and border in dark mode
Override the variables for inside info wells
parent
c9b65766
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-2
app/assets/stylesheets/themes/_dark.scss
app/assets/stylesheets/themes/_dark.scss
+3
-0
changelogs/unreleased/325413-dark-mode-light-colored-branch-indicator-badges-are-hard-to-read.yml
...ight-colored-branch-indicator-badges-are-hard-to-read.yml
+5
-0
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
1312de49
...
...
@@ -352,8 +352,8 @@ $border-gray-normal-dashed: darken($gray-normal, $darken-border-dashed-factor);
*/
$border-color
:
$gray-100
;
$shadow-color
:
$t-gray-a-08
;
$well-expand-item
:
#e8f2f7
;
$well-inner-border
:
#eef0f2
;
$well-expand-item
:
#e8f2f7
!
default
;
$well-inner-border
:
#eef0f2
!
default
;
$well-light-border
:
#f1f1f1
;
$well-light-text-color
:
#5b6169
;
...
...
app/assets/stylesheets/themes/_dark.scss
View file @
1312de49
...
...
@@ -214,6 +214,9 @@ $yiq-text-light: $gray-950;
$line-added-dark
:
$green-200
;
$line-removed-dark
:
$red-200
;
$well-expand-item
:
$gray-200
;
$well-inner-border
:
$gray-200
;
// Misc component overrides that should live elsewhere
.gl-label
{
filter
:
brightness
(
0
.9
)
contrast
(
1
.1
);
...
...
changelogs/unreleased/325413-dark-mode-light-colored-branch-indicator-badges-are-hard-to-read.yml
0 → 100644
View file @
1312de49
---
title
:
Fix badge s and borders in dark mode info wells
merge_request
:
58875
author
:
type
:
fixed
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