diff options
author | Andinus <andinus@nand.sh> | 2022-06-10 09:53:26 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-06-10 09:53:26 +0530 |
commit | 8c46ba5ac96734296bef661058190d9f78ef5db2 (patch) | |
tree | 67e3eb475ed76a68c06b8a62c9f865aac2b1f397 /resources/css | |
parent | c868ff796fd8ebf9f0c5f4d69a4abbb0f9682df8 (diff) | |
download | crater-8c46ba5ac96734296bef661058190d9f78ef5db2.tar.gz |
Remove will-change property
From https://developer.mozilla.org/en-US/docs/Web/CSS/will-change: Warning: will-change is intended to be used as a last resort, in order to try to deal with existing performance problems. It should not be used to anticipate performance problems.
Diffstat (limited to 'resources/css')
-rw-r--r-- | resources/css/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/css/style.css b/resources/css/style.css index 87e6c9d..eb7f9f2 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -47,7 +47,6 @@ img { max-width: 100%; box-shadow: var(--bg-inactive) 0px 0px 0px 1px, var(--fg-inactive) 0px 0px 0px 1px inset; - will-change: opacity, transform; } input, .alert { |