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

From Protospace Wiki
Jump to navigation Jump to search
(attempt to add " visually" after "edit" on visual edit buttons, so they're not more prominent than the "edit source" ones, which leads to inadvertent clicks)
 
(fixed . to #, but there's some other reason it isn't working)
Line 1: Line 1:
.ca-ve-edit > span > a::after, a.mw-editsection-visualeditor::after {
#ca-ve-edit > span > a::after, a.mw-editsection-visualeditor::after {
   content: "visually";
   content: "visually";
}
}

Revision as of 03:18, 25 November 2021

#ca-ve-edit > span > a::after, a.mw-editsection-visualeditor::after {
  content: "visually";
}