Skip to content
Snippets Groups Projects
Commit 4e4d99ec authored by Javier Castro's avatar Javier Castro
Browse files

Style target notes for easy visual identification

parent 22d411e5
No related branches found
No related tags found
1 merge request!3970Style target notes for easy visual identification
/**
* Notes
*/
@-webkit-keyframes target-note {
from { background:#fffff0; }
50% { background:#ffffd3; }
to { background:#fffff0; }
}
ul.notes {
display: block;
list-style: none;
Loading
Loading
@@ -91,6 +98,11 @@ ul.notes {
}
}
 
.note:target {
-webkit-animation:target-note 2s linear;
background: #fffff0;
}
// paint top or bottom borders depending on notes direction
&:not(.reversed) .note,
&:not(.reversed) .discussion {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment