Skip to content

Commit

Permalink
Add opacity for floating btn when not hovered
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastieno committed Mar 13, 2018
1 parent 477a562 commit 29ab223
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Blog.Web/Styles/bo.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
cursor: pointer;
transition: all linear 0.2s;
outline: none;
opacity: 0.5;

&:hover {
opacity: 1;
}

&.small {
font-size: 18px;
Expand Down

0 comments on commit 29ab223

Please sign in to comment.