diff options
Diffstat (limited to 'web_src/css')
-rw-r--r-- | web_src/css/features/colorpicker.css | 2 | ||||
-rw-r--r-- | web_src/css/repo.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web_src/css/features/colorpicker.css b/web_src/css/features/colorpicker.css index 4c517e6348..a353532f4e 100644 --- a/web_src/css/features/colorpicker.css +++ b/web_src/css/features/colorpicker.css @@ -15,7 +15,7 @@ top: 50%; transform: translateY(-50%); border-radius: 2px; - background: repeating-linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa), repeating-linear-gradient(45deg, #aaa 25%, #fff 25%, #fff 75%, #aaa 75%, #aaa); /* stylelint-disable-line scale-unlimited/declaration-strict-value */ + background: repeating-linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa), repeating-linear-gradient(45deg, #aaa 25%, #fff 25%, #fff 75%, #aaa 75%, #aaa); background-position: 0 0, 4px 4px; background-size: 8px 8px; } diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 14db7d07e6..5238e3a2e5 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -1672,7 +1672,7 @@ tbody.commit-list { .diff-file-header .file-link { max-width: fit-content; display: -webkit-box; - -webkit-box-orient: vertical; /* stylelint-disable property-no-deprecated -- https://github.com/stylelint/stylelint/issues/8698 */ + -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; overflow-wrap: anywhere; |