1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Enable the Stylelint length-zero-no-unit rule

Note that these changes were done automatically, using `gulp lint --fix`.
With this rule, we'll thus enforce a *consistent* formatting of zero-lengths in our CSS files.

Please find additional details about the Stylelint rule at https://stylelint.io/user-guide/rules/length-zero-no-unit
This commit is contained in:
Jonas Jenwald 2021-01-10 14:02:38 +01:00
parent f224a0eb9f
commit 246a6f9d13
6 changed files with 22 additions and 19 deletions

View file

@ -28,7 +28,7 @@
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
opacity: 0.2;
background: rgba(255, 255, 0, 1);
box-shadow: 0px 2px 10px rgba(255, 255, 0, 1);
box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
}
.annotationLayer .popupAnnotation,