Skip to content

Commit

Permalink
UX: Lighten OS icons in recently used devices
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Jun 5, 2019
1 parent ad87688 commit be464f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/common/base/discourse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ table {
}

.auth-token-icon {
color: $primary-medium;
font-size: 2.25em;
float: left;
margin-right: 10px;
Expand Down Expand Up @@ -697,7 +698,7 @@ table {
background: transparent;

.d-icon {
color: $primary;
color: $primary-high;
}
}
}
Expand Down

0 comments on commit be464f7

Please sign in to comment.