mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-30 09:18:20 -05:00
wiki: Fix hidden revision visuals not working in opera.
This commit is contained in:
@@ -47,6 +47,10 @@
|
||||
.revision.hidden {
|
||||
opacity: .5;
|
||||
}
|
||||
// Opera does not inherit the opacity to the td
|
||||
.revision.hidden td {
|
||||
opacity: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
// Page content
|
||||
|
||||
Reference in New Issue
Block a user