##// END OF EJS Templates
events: do not fail when handling events for removed applications
events: do not fail when handling events for removed applications

File last commit:

r0:548a840d
r132:e2c89c67
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%);
}
}