From ea9525eb452203f5fed436ccb6336e970b990f85 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 30 Dec 2022 11:03:40 +0900 Subject: [PATCH] Fix: CSS - Validate --- css/leptonChrome.css | 5 ++--- src/others/_findbar_floating_on_top.scss | 1 - src/padding/_infobar.scss | 2 +- src/tab/selected_tab/_bottom_rounded_corner_others.scss | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index 65f5f6d..ef297af 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -3608,7 +3608,7 @@ display: block; width: 2px; position: absolute; - background-image: linear-gradient(0, #9059ff 0%, #ff4aa2 52.08%, #ffbd4f 100%); + background-image: linear-gradient(0deg, #9059ff 0%, #ff4aa2 52.08%, #ffbd4f 100%); top: 0; inset-inline-start: 0; height: 100%; @@ -6410,7 +6410,7 @@ margin-left: var(--uc-tab-corner-half-size) !important; } .tabbrowser-tab[last-visible-tab] { - margin-right: vart(--uc-tab-corner-half-size) !important; + margin-right: var(--uc-tab-corner-half-size) !important; } } } @@ -8610,7 +8610,6 @@ margin-inline: 5px; } .findbar-closebutton { - box-sizing: padding-box; width: 30px !important; /* Original: 24px */ margin: 0 !important; border-width: 0 1px 1px 0px; diff --git a/src/others/_findbar_floating_on_top.scss b/src/others/_findbar_floating_on_top.scss index 7ee2440..69a033c 100644 --- a/src/others/_findbar_floating_on_top.scss +++ b/src/others/_findbar_floating_on_top.scss @@ -62,7 +62,6 @@ findbar { } .findbar-closebutton { - box-sizing: padding-box; width: 30px !important; /* Original: 24px */ margin: 0 !important; border-width: 0 1px 1px 0px; diff --git a/src/padding/_infobar.scss b/src/padding/_infobar.scss index be1e043..81f9e10 100644 --- a/src/padding/_infobar.scss +++ b/src/padding/_infobar.scss @@ -45,7 +45,7 @@ display: block; width: 2px; position: absolute; - background-image: linear-gradient(0, #9059ff 0%, #ff4aa2 52.08%, #ffbd4f 100%); + background-image: linear-gradient(0deg, #9059ff 0%, #ff4aa2 52.08%, #ffbd4f 100%); top: 0; inset-inline-start: 0; height: 100%; diff --git a/src/tab/selected_tab/_bottom_rounded_corner_others.scss b/src/tab/selected_tab/_bottom_rounded_corner_others.scss index dff4907..8e46083 100644 --- a/src/tab/selected_tab/_bottom_rounded_corner_others.scss +++ b/src/tab/selected_tab/_bottom_rounded_corner_others.scss @@ -223,5 +223,5 @@ } } .tabbrowser-tab[last-visible-tab] { - margin-right: vart(--uc-tab-corner-half-size) !important; + margin-right: var(--uc-tab-corner-half-size) !important; }