##// END OF EJS Templates
metrics: allow indexing items with dates in past if permanent storage is enabled
metrics: allow indexing items with dates in past if permanent storage is enabled

File last commit:

r0:548a840d
r51:78f6cc89
Show More
text-emphasis.less
9 lines | 128 B | text/x-less | LessCssLexer
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}