Skip to content

Commit

Permalink
Updated styles for file flexpane
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Nov 13, 2015
1 parent be8065d commit 79e2a1f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions scss/modules/flexpane/_files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -350,5 +350,35 @@ html.no_touch a.filetype_button_web:hover {
background-color: $color-shade-dark;
border-color: $color-shade-darkest;
}

.star {
color: $color-highlight;
}

.contents {
.file_comment_link {
color: $base-link-color;

.ts_icon {
color: $base-link-color;
}

&:focus,
&:hover {
color: $base-link-color-active;

.ts_icon {
color: $base-link-color-active;
}
}
}

.member,
.service_link,
.share_info,
.time {
color: $color-highlight;
}
}
}
}

0 comments on commit 79e2a1f

Please sign in to comment.