diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-15 13:43:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-15 13:43:46 +0200 |
commit | c738d6b950bd286ec40bc5cdaa032b6c8a83b0d1 (patch) | |
tree | 37cb5ef7dccc4dbf570ec8e6cd54c98e5022b7c3 /client/src | |
parent | e10c936b77272a33c7caa665b61569a315029a1c (diff) | |
download | PeerTube-c738d6b950bd286ec40bc5cdaa032b6c8a83b0d1.tar.gz PeerTube-c738d6b950bd286ec40bc5cdaa032b6c8a83b0d1.tar.zst PeerTube-c738d6b950bd286ec40bc5cdaa032b6c8a83b0d1.zip |
Remove duplicated hidden attribute
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/application.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 2af456375..274f7b1ca 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -15,10 +15,6 @@ | |||
15 | 15 | ||
16 | @import './z-index'; | 16 | @import './z-index'; |
17 | 17 | ||
18 | [hidden] { | ||
19 | display: none !important; | ||
20 | } | ||
21 | |||
22 | body { | 18 | body { |
23 | /*** theme ***/ | 19 | /*** theme ***/ |
24 | // now beware sass requires interpolation | 20 | // now beware sass requires interpolation |