Skip to content

Commit

Permalink
clean code: remove deprecated css properties
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed May 24, 2022
1 parent 19a09b5 commit b55da16
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions article-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,6 @@ div.xdxf
left: 0px;
width: 0px;
background-color: white;
background-color: Window;
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
Expand All @@ -934,9 +933,7 @@ div.xdxf
.mwiki td.os-suggest-result, .mwiki td.os-suggest-result-hl {
white-space: nowrap;
background-color: white;
background-color: Window;
color: black;
color: WindowText;
padding: 2px;
}
.mwiki td.os-suggest-result-hl,
Expand All @@ -947,8 +944,8 @@ div.xdxf
.mwiki td.os-suggest-result-hl {
/* System colors are misimplemented in Safari 3.0 and earlier,
making highlighted text illegible... */
background-color: Highlight;
color: HighlightText;
/* background-color: Highlight;
color: HighlightText; */
}

.mwiki .os-suggest-toggle {
Expand Down

0 comments on commit b55da16

Please sign in to comment.