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

Jump to navigation Jump to search
try separately (both tested and working in the inspector)
(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";
}
}

Navigation menu