Skip to content

Commit

Permalink
Fix friends table action button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Sep 21, 2019
1 parent b1fe7cc commit b10fbfc
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/home/friends.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,11 @@
color: #fff;
}
}
%friendsActionAdd,
%friendsActionAccept {
&:hover {
background-color: cv("colors.success") !important;
}
%friendsActionAccept:hover {
background-color: cv("colors.success") !important;
}
%friendsActionRemove,
%friendsActionCancel,
%friendsActionIgnore {
&:hover {
background-color: cv("colors.danger") !important;
}
%friendsActionDeny:hover {
background-color: cv("colors.danger") !important;
}
}
&:hover %friendsColumnActions {
Expand Down

0 comments on commit b10fbfc

Please sign in to comment.