top: 0;
opacity: 0.15;
}
+ &[href="#"] {
+ color: #444;
+ pointer-events: none;
+ }
}
.comment-branch .comment-box {
font-size: 12px;
}
.avatar {
- width: 18px;
+ width: 22px;
+ height: 22px;
margin-inline-end: 2px !important;
}
.content {
details.section-expander summary {
border-top: 1px solid #DDD;
+ @include mixins.lightDark(border-color, #DDD, #000);
font-weight: bold;
font-size: 12px;
color: #888;
}
details.section-expander {
border-bottom: 1px solid #DDD;
+ @include mixins.lightDark(border-color, #DDD, #000);
}
\ No newline at end of file
z-index: 92;
pointer-events: all;
min-width: min(340px, 80vw);
- background-color: #FFF;
+ @include mixins.lightDark(background-color, #FFF, #222);
box-shadow: vars.$bs-hover;
border-radius: 4px;
overflow: hidden;