1
0
Fork 0

💄 Make hidden attribute important

This commit is contained in:
Maxim Lebedev 2021-08-23 01:55:55 +05:00
parent b7c2bef547
commit e18f83a8ab
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ button[disabled],
[hidden],
.display_none {
display: none;
display: none !important;
}
[hidden] + *,