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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
79e5a09c
Commit
79e5a09c
authored
May 22, 2019
by
Jarek Ostrowski
Committed by
Annabel Dunstone Gray
May 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update note actions icon color
Use gray-600 for color Ensure passes accessibility reqs
parent
454cbac3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
app/assets/stylesheets/framework/mixins.scss
app/assets/stylesheets/framework/mixins.scss
+2
-2
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+1
-1
changelogs/unreleased/62061-note-icon-color.yml
changelogs/unreleased/62061-note-icon-color.yml
+5
-0
No files found.
app/assets/stylesheets/framework/mixins.scss
View file @
79e5a09c
...
...
@@ -325,8 +325,8 @@
line-height
:
1
;
padding
:
0
;
min-width
:
16px
;
color
:
$gray-
darkest
;
fill
:
$gray-
darkest
;
color
:
$gray-
600
;
fill
:
$gray-
600
;
.fa
{
position
:
relative
;
...
...
app/assets/stylesheets/pages/notes.scss
View file @
79e5a09c
...
...
@@ -645,7 +645,7 @@ $note-form-margin-left: 72px;
display
:
inline-flex
;
align-items
:
center
;
margin-left
:
10px
;
color
:
$gray-
darkest
;
color
:
$gray-
600
;
@include
notes-media
(
'max'
,
map-get
(
$grid-breakpoints
,
sm
)
-
1
)
{
float
:
none
;
...
...
changelogs/unreleased/62061-note-icon-color.yml
0 → 100644
View file @
79e5a09c
---
title
:
Update icon color to match design system, pass accessibility
merge_request
:
28498
author
:
Jarek Ostrowski @jareko
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