Commit 71d074a674c07d9eed3572e071ef2d53479be5de

Authored by Dmitriy Zaporozhets
1 parent d325a279

Use same color for icon, arrow and project title on dash sidebar

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/assets/stylesheets/sections/dashboard.scss
... ... @@ -76,7 +76,6 @@
76 76 float: right;
77 77 margin: 0;
78 78 font-size: 20px;
79   - color: #666;
80 79 }
81 80  
82 81 .last-activity {
... ... @@ -110,6 +109,5 @@
110 109 .dash-project-access-icon {
111 110 float: left;
112 111 margin-right: 3px;
113   - color: #999;
114 112 width: 16px;
115 113 }
... ...