mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #2045 - Part 1: Revert "Temporarily force hidden elements to be actually hidden."
This reverts commit 1692fa52914012b051484c51caaed8e227334558.
This commit is contained in:
parent
552cb8dbcc
commit
dd2cf17d30
1 changed files with 2 additions and 2 deletions
|
|
@ -720,12 +720,12 @@ canvas {
|
|||
/* hidden elements */
|
||||
base, basefont, datalist, head, meta, script, style, title,
|
||||
noembed, param, template {
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
area {
|
||||
/* Don't give it frames other than its imageframe */
|
||||
display: none !important;
|
||||
display: none ! important;
|
||||
}
|
||||
|
||||
iframe:fullscreen {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue