Skip to content
Snippets Groups Projects
Commit 1a1250b8 authored by Nick Poulden's avatar Nick Poulden
Browse files

Small styling tweaks

parent 807060c2
Branches
Tags
No related merge requests found
......@@ -2,6 +2,7 @@
line-height: 1em;
font-family: monospace;
font-family: "Menlo", "Courier New", Courier, monospace;
cursor: text;
}
.CodeMirror-scroll {
......
......@@ -127,11 +127,14 @@
@include transition(color, 0.2s, linear);
font-size: 0.9em;
&:hover {
-webkit-transition: color 0.2s linear;
-webkit-transition-delay: 0.5s;
color: $docs-link-hover-color; } }
&:hover {
a.view-source {
color: rgba(128, 128, 128, 1);
@include transition(color, 0.2s, linear); } }
@include transition(color, 0.2s, linear);
-webkit-transition-delay: 0.5s; } }
&.open {
a.side.expandable {
@include horizontal-gradient(#ebf3fe, #d9e8fc);
......
......@@ -181,6 +181,7 @@
.deleteComment,
.vote {
@include transition(opacity, 0.2s, linear);
-webkit-transition-delay: 1s;
opacity: 1; } } }
.target {
color: #666;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment