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
a82b9df5
Commit
a82b9df5
authored
Nov 21, 2017
by
Simon Knox
Committed by
Annabel Dunstone Gray
Nov 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
default fill color for SVGs
parent
b462edfd
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
2 additions
and
108 deletions
+2
-108
contextual-sidebar.scss
app/assets/stylesheets/framework/contextual-sidebar.scss
+0
-19
filters.scss
app/assets/stylesheets/framework/filters.scss
+0
-5
gitlab-theme.scss
app/assets/stylesheets/framework/gitlab-theme.scss
+0
-8
header.scss
app/assets/stylesheets/framework/header.scss
+0
-20
icons.scss
app/assets/stylesheets/framework/icons.scss
+0
-28
images.scss
app/assets/stylesheets/framework/images.scss
+2
-0
mixins.scss
app/assets/stylesheets/framework/mixins.scss
+0
-8
zen.scss
app/assets/stylesheets/framework/zen.scss
+0
-8
notes.scss
app/assets/stylesheets/pages/notes.scss
+0
-8
status.scss
app/assets/stylesheets/pages/status.scss
+0
-4
No files found.
app/assets/stylesheets/framework/contextual-sidebar.scss
View file @
a82b9df5
...
...
@@ -40,12 +40,6 @@
a
:hover
{
background-color
:
$link-hover-background
;
color
:
$gl-text-color
;
.settings-avatar
{
svg
{
fill
:
$gl-text-color
;
}
}
}
.avatar-container
{
...
...
@@ -138,10 +132,6 @@
color
:
$gl-text-color-secondary
;
}
svg
{
fill
:
$gl-text-color-secondary
;
}
.nav-item-name
{
flex
:
1
;
}
...
...
@@ -224,10 +214,6 @@
&
:hover
{
color
:
$gl-text-color
;
svg
{
fill
:
$gl-text-color
;
}
}
}
...
...
@@ -338,7 +324,6 @@
align-items
:
center
;
svg
{
fill
:
$gl-text-color-secondary
;
margin-right
:
8px
;
}
...
...
@@ -349,10 +334,6 @@
&
:hover
{
background-color
:
$border-color
;
color
:
$gl-text-color
;
svg
{
fill
:
$gl-text-color
;
}
}
}
...
...
app/assets/stylesheets/framework/filters.scss
View file @
a82b9df5
...
...
@@ -305,16 +305,11 @@
color
:
$gl-text-color
;
border-color
:
$dropdown-input-focus-border
;
outline
:
none
;
svg
{
fill
:
$gl-text-color
;
}
}
svg
{
height
:
14px
;
width
:
14px
;
fill
:
$gl-text-color-secondary
;
vertical-align
:
middle
;
}
...
...
app/assets/stylesheets/framework/gitlab-theme.scss
View file @
a82b9df5
...
...
@@ -30,10 +30,6 @@
&
.dropdown.open
>
a
{
color
:
$color-900
;
background-color
:
$color-alternate
;
svg
{
fill
:
currentColor
;
}
}
&
.line-separator
{
...
...
@@ -51,10 +47,6 @@
color
:
$color-200
;
>
a
{
svg
{
fill
:
$color-200
;
}
&
.header-user-dropdown-toggle
{
.header-user-avatar
{
border-color
:
$color-200
;
...
...
app/assets/stylesheets/framework/header.scss
View file @
a82b9df5
...
...
@@ -235,10 +235,6 @@
opacity
:
1
;
color
:
$white-light
;
svg
{
fill
:
currentColor
;
}
&
.header-user-dropdown-toggle
.header-user-avatar
{
border-color
:
$white-light
;
}
...
...
@@ -269,14 +265,6 @@
font-size
:
20px
;
}
}
&
.active
>
a
,
&
.dropdown.open
>
a
{
svg
{
fill
:
currentColor
;
}
}
}
}
}
...
...
@@ -289,10 +277,6 @@
text-decoration
:
none
;
outline
:
0
;
color
:
$white-light
;
svg
{
fill
:
currentColor
;
}
}
>
a
{
...
...
@@ -307,10 +291,6 @@
border-radius
:
$border-radius-default
;
height
:
32px
;
font-weight
:
$gl-font-weight-bold
;
svg
{
fill
:
currentColor
;
}
}
&
.line-separator
{
...
...
app/assets/stylesheets/framework/icons.scss
View file @
a82b9df5
.ci-status-icon-success
,
.ci-status-icon-passed
{
color
:
$green-500
;
svg
{
fill
:
$green-500
;
}
}
.ci-status-icon-failed
{
color
:
$gl-danger
;
svg
{
fill
:
$gl-danger
;
}
}
.ci-status-icon-pending
,
.ci-status-icon-failed_with_warnings
,
.ci-status-icon-success_with_warnings
{
color
:
$orange-500
;
svg
{
fill
:
$orange-500
;
}
}
.ci-status-icon-running
{
color
:
$blue-400
;
svg
{
fill
:
$blue-400
;
}
}
.ci-status-icon-canceled
,
.ci-status-icon-disabled
,
.ci-status-icon-not-found
{
color
:
$gl-text-color
;
svg
{
fill
:
$gl-text-color
;
}
}
.ci-status-icon-created
,
.ci-status-icon-skipped
{
color
:
$gray-darkest
;
svg
{
fill
:
$gray-darkest
;
}
}
.ci-status-icon-manual
{
color
:
$gl-text-color
;
svg
{
fill
:
$gl-text-color
;
}
}
.icon-link
{
...
...
app/assets/stylesheets/framework/images.scss
View file @
a82b9df5
...
...
@@ -27,6 +27,8 @@
}
svg
{
fill
:
currentColor
;
&
.s8
{
@include
svg-size
(
8px
);
}
&
.s12
{
@include
svg-size
(
12px
);
}
&
.s16
{
@include
svg-size
(
16px
);
}
...
...
app/assets/stylesheets/framework/mixins.scss
View file @
a82b9df5
...
...
@@ -130,14 +130,6 @@
background-color
:
$color-light
;
color
:
$color-dark
;
border-color
:
$color-dark
;
svg
{
fill
:
$color-dark
;
}
}
svg
{
fill
:
$color-main
;
}
}
...
...
app/assets/stylesheets/framework/zen.scss
View file @
a82b9df5
...
...
@@ -57,15 +57,7 @@
padding
:
5px
;
font-size
:
36px
;
svg
{
fill
:
$gl-text-color
;
}
&
:hover
{
color
:
$black
;
svg
{
fill
:
$black
;
}
}
}
app/assets/stylesheets/pages/notes.scss
View file @
a82b9df5
...
...
@@ -547,10 +547,6 @@ ul.notes {
width
:
16px
;
top
:
0
;
vertical-align
:
text-top
;
path
{
fill
:
currentColor
;
}
}
.award-control-icon-positive
,
...
...
@@ -570,10 +566,6 @@ ul.notes {
.link-highlight
{
color
:
$gl-link-color
;
fill
:
$gl-link-color
;
svg
{
fill
:
$gl-link-color
;
}
}
.award-control-icon-neutral
{
...
...
app/assets/stylesheets/pages/status.scss
View file @
a82b9df5
...
...
@@ -55,10 +55,6 @@
&
:not
(
span
)
:hover
{
background-color
:
rgba
(
$gl-text-color-secondary
,
.07
);
}
svg
{
fill
:
$gl-text-color-secondary
;
}
}
}
...
...
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