BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
66773772
Commit
66773772
authored
Sep 14, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'change-dashed-border-button-color' into 'master'
Changed dashed border button color to be darker See merge request gitlab-org/gitlab-ce!14041
parents
4f18de70
dea0cb47
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-0
projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-1
change-dashed-border-button-color.yml
changelogs/unreleased/change-dashed-border-button-color.yml
+5
-0
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
66773772
...
...
@@ -13,6 +13,7 @@ $sidebar-breakpoint: 1024px;
$darken-normal-factor
:
7%
;
$darken-dark-factor
:
10%
;
$darken-border-factor
:
5%
;
$darken-border-dashed-factor
:
25%
;
$white-light
:
#fff
;
$white-normal
:
#f0f0f0
;
...
...
@@ -134,6 +135,7 @@ $border-white-normal: darken($white-normal, $darken-border-factor);
$border-gray-light
:
darken
(
$gray-light
,
$darken-border-factor
);
$border-gray-normal
:
darken
(
$gray-normal
,
$darken-border-factor
);
$border-gray-normal-dashed
:
darken
(
$gray-normal
,
$darken-border-dashed-factor
);
$border-gray-dark
:
darken
(
$white-normal
,
$darken-border-factor
);
/*
...
...
app/assets/stylesheets/pages/projects.scss
View file @
66773772
...
...
@@ -752,7 +752,7 @@ a.deploy-project-label {
}
li
.missing
{
border
:
1px
dashed
$border-gray-normal
;
border
:
1px
dashed
$border-gray-normal
-dashed
;
border-radius
:
$border-radius-default
;
a
{
...
...
changelogs/unreleased/change-dashed-border-button-color.yml
0 → 100644
View file @
66773772
---
title
:
changed dashed border button color to be darker
merge_request
:
!14041
author
:
type
:
other
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