Skip to content

Commit

Permalink
Follow suggestion behavior changed for better UX
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarPrabhu committed May 6, 2014
1 parent ee457e1 commit 0e2d735
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -669,23 +669,22 @@ textarea.splited-post {
display: inline-block;
letter-spacing: 0px;
}
.twister-user-remove
{
.twister-user-remove{
float: right;
font-size: 12px;
margin: 5px;
opacity: .5;
text-decoration: none;
font-weight: bold;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
font-size: 120%;
position: absolute;
top: 0;
right: 0;
font-size: 120%;
display: none;
}
.twister-user-remove:hover
{
opacity: 1;
.twister-user:hover .twister-user-remove{
display: inline-block;
text-decoration: none;
}
.follow
Expand Down

0 comments on commit 0e2d735

Please sign in to comment.