mediawiki-extensions-Discus.../modules/dt.init.less
Ed Sanders 06eab3d961 Add square brackets around reply link and use lower case (when possible)
Bug: T249578
Change-Id: I5846106b10dc82231250d04a1f9ff025cfc1ca30
2020-06-09 19:55:14 +01:00

45 lines
650 B
Plaintext

.dt-init-replylink-buttons {
user-select: none;
margin-left: 0.5em;
.dt-init-replylink {
&-reply {
cursor: pointer;
}
// Similar to mw-editsection-bracket
&-bracket {
color: #54595d;
&:first-of-type {
margin-right: 0.25em;
}
&:not( :first-of-type ) {
margin-left: 0.25em;
}
}
}
&.dt-init-replylink-active {
visibility: hidden;
}
.dt-init-replylink-open & > a {
color: #72777d;
pointer-events: none;
}
}
.dt-init-highlight {
background: rgba( 255, 204, 51, 0.5 );
position: absolute;
pointer-events: none;
opacity: 1;
transition: opacity 500ms;
}
.dt-init-highlight-fade {
opacity: 0;
}