Loading template/resources/sass/_comments.scss +9 −9 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ .deleteComment, .vote { @include transition(opacity, 0.2s, linear); opacity: 1; } } } @include opacity(1); } } } .target { color: #666; font-size: 90%; Loading Loading @@ -226,13 +226,13 @@ .deleteComment { right: 110px; color: #999; opacity: 0; @include opacity(0); @include transition(opacity, 0.2s, linear); position: absolute; } .editComment { right: 160px; color: #999; opacity: 0; @include opacity(0); @include transition(opacity, 0.2s, linear); position: absolute; } .vote { Loading @@ -246,10 +246,10 @@ height: 18px; background: url(../images/vote-arrows.png) no-repeat; &.selected { opacity: 0.4; @include opacity(0.4); background-position: -22px 0; } &:hover { opacity: 1 !important; &:hover, &.selected:hover { @include opacity(1); background-position: -22px 0; } } .voteCommentDown { position: absolute; Loading @@ -260,9 +260,9 @@ background: url(../images/vote-arrows.png) no-repeat 0 -35px; &.selected { background-position: -22px -35px; opacity: 0.4; } &:hover { opacity: 1 !important; @include opacity(0.4); } &:hover, &.selected:hover { @include opacity(1); background-position: -22px -35px; } } .score { position: absolute; Loading template/resources/sass/_examples.scss +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ pre.inline-example { color: #57a7dc; } span.x-btn-icon { background: url(../images/example-icons.png) no-repeat; opacity: 0.6; @include opacity(0.6); &.code { background-position: -2px -19px; } &.preview { Loading @@ -27,7 +27,7 @@ pre.inline-example { background-position: -2px -88px; } } .active span.x-btn-icon { background: url(../images/example-icons.png) no-repeat; opacity: 1; @include opacity(1); &.code { background-position: -30px -19px; } &.preview { Loading Loading
template/resources/sass/_comments.scss +9 −9 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ .deleteComment, .vote { @include transition(opacity, 0.2s, linear); opacity: 1; } } } @include opacity(1); } } } .target { color: #666; font-size: 90%; Loading Loading @@ -226,13 +226,13 @@ .deleteComment { right: 110px; color: #999; opacity: 0; @include opacity(0); @include transition(opacity, 0.2s, linear); position: absolute; } .editComment { right: 160px; color: #999; opacity: 0; @include opacity(0); @include transition(opacity, 0.2s, linear); position: absolute; } .vote { Loading @@ -246,10 +246,10 @@ height: 18px; background: url(../images/vote-arrows.png) no-repeat; &.selected { opacity: 0.4; @include opacity(0.4); background-position: -22px 0; } &:hover { opacity: 1 !important; &:hover, &.selected:hover { @include opacity(1); background-position: -22px 0; } } .voteCommentDown { position: absolute; Loading @@ -260,9 +260,9 @@ background: url(../images/vote-arrows.png) no-repeat 0 -35px; &.selected { background-position: -22px -35px; opacity: 0.4; } &:hover { opacity: 1 !important; @include opacity(0.4); } &:hover, &.selected:hover { @include opacity(1); background-position: -22px -35px; } } .score { position: absolute; Loading
template/resources/sass/_examples.scss +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ pre.inline-example { color: #57a7dc; } span.x-btn-icon { background: url(../images/example-icons.png) no-repeat; opacity: 0.6; @include opacity(0.6); &.code { background-position: -2px -19px; } &.preview { Loading @@ -27,7 +27,7 @@ pre.inline-example { background-position: -2px -88px; } } .active span.x-btn-icon { background: url(../images/example-icons.png) no-repeat; opacity: 1; @include opacity(1); &.code { background-position: -30px -19px; } &.preview { Loading