User:Ian.oliver/common.css: Difference between revisions

From Protospace Wiki
Jump to navigation Jump to search
(fixed . to #, but there's some other reason it isn't working)
(try separately (both tested and working in the inspector))
Line 1: Line 1:
#ca-ve-edit > span > a::after, a.mw-editsection-visualeditor::after {
.mw-editsection-visualeditor::after {
  content: "visually";
    content: " visually";
}
 
#ca-ve-edit > span > a::after {
    content: " visually";
}
}

Revision as of 03:22, 25 November 2021

.mw-editsection-visualeditor::after {
    content: " visually";
}

#ca-ve-edit > span > a::after {
    content: " visually";
}