mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-12 09:58:17 +00:00
deb3846281
Note: This patch was not tested. Bug: T260071 Change-Id: I6bab50619cf6d2852e491877db95261982ff81a6
49 lines
687 B
Plaintext
49 lines
687 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;
|
|
}
|
|
|
|
@media print {
|
|
display: 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;
|
|
}
|