Skip to content

Commit

Permalink
Fix issue where links became unclickable at times fixes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbushnell committed Aug 19, 2014
1 parent 7c56d3c commit 8261971
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 89 deletions.
5 changes: 2 additions & 3 deletions client/sass/modules/_comments.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.queue-container{
position:relative;
height:0px;
@include single-transition(ease-out, opacity, 400ms, 0ms);
@include single-transition(ease-out, opacity, 400ms, 0ms);
ul{
position:absolute;
// right:0;
Expand Down Expand Up @@ -59,7 +59,7 @@
// @extend .grid-block;
// display:block;
// padding:3px 8px;

// white-space:nowrap;

// font-size:14px;
Expand Down Expand Up @@ -249,7 +249,6 @@
@include box-sizing(border-box);
@extend .grid-block;
@extend .cf;
float: left;
width: 100%;

.comment-submit{
Expand Down
11 changes: 5 additions & 6 deletions client/sass/modules/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
position: relative;
padding: 25px;
@include box-sizing(border-box);

.post {
position: relative;
float: left;
width: 100%;
@include cf;

&.animate {
@include single-transition(ease-out, top, 400ms, 0ms);
}

&.inactive {
.post-content,
.post-content,
.post-actions li a {
background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVQYV2NkIALMnDlTkpGQOpCi9PT053gVwhSBDMOpEFkRToXoirAqxKYIQyEuRSgK8SmCKySkCKyQGEUghQC5OyXvW/4BHwAAAABJRU5ErkJggg==');
}
Expand Down Expand Up @@ -125,7 +124,7 @@
}
&:hover{
color:$a2-red;
}
}
}
.post-domain{
color: #aeaeae;
Expand Down Expand Up @@ -289,7 +288,7 @@
}
.post-actions li a:hover{
background:$highlight-color url("/img/bg-header.png") top center;
}
}
}
.more-button{
position:relative;
Expand Down
Loading

0 comments on commit 8261971

Please sign in to comment.