From 776e148df97f0aad78fbc277823fca036ebb0a5b Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 12 Nov 2022 18:18:08 +0900 Subject: [PATCH] Fix: Bottom Rounded Corner - Edge, Chrome, Chrome Legacy background clip --- css/leptonChrome.css | 2 +- icons/tab-bottom-corner-left-chrome.svg | 8 +++++++- icons/tab-bottom-corner-left-chromeLegacy.svg | 8 +++++++- icons/tab-bottom-corner-left-edge.svg | 8 +++++++- icons/tab-bottom-corner-right-chrome.svg | 8 +++++++- icons/tab-bottom-corner-right-chromeLegacy.svg | 8 +++++++- icons/tab-bottom-corner-right-edge.svg | 8 +++++++- src/tab/selected_tab/_bottom_rounded_corner_others.scss | 2 +- 8 files changed, 44 insertions(+), 8 deletions(-) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index f66ee00..13f96c6 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -6748,7 +6748,7 @@ --uc-tab-corner-right-side-svg-soft: url("../icons/tab-bottom-corner-right-edge-soft.svg"); --uc-tab-corner-left-side-svg-clipped: url("../icons/tab-bottom-corner-left-edge-clipped.svg"); --uc-tab-corner-right-side-svg-clipped: url("../icons/tab-bottom-corner-right-edge-clipped.svg"); - --uc-tab-corner-size: 16px; + --uc-tab-corner-size: 8px; } } diff --git a/icons/tab-bottom-corner-left-chrome.svg b/icons/tab-bottom-corner-left-chrome.svg index 12bbdf4..987117d 100644 --- a/icons/tab-bottom-corner-left-chrome.svg +++ b/icons/tab-bottom-corner-left-chrome.svg @@ -1,3 +1,9 @@ - + + + + + + + diff --git a/icons/tab-bottom-corner-left-chromeLegacy.svg b/icons/tab-bottom-corner-left-chromeLegacy.svg index 01fd923..489aca2 100644 --- a/icons/tab-bottom-corner-left-chromeLegacy.svg +++ b/icons/tab-bottom-corner-left-chromeLegacy.svg @@ -1,3 +1,9 @@ - + + + + + + + diff --git a/icons/tab-bottom-corner-left-edge.svg b/icons/tab-bottom-corner-left-edge.svg index c99d2d7..85f2837 100644 --- a/icons/tab-bottom-corner-left-edge.svg +++ b/icons/tab-bottom-corner-left-edge.svg @@ -1,3 +1,9 @@ - + + + + + + + diff --git a/icons/tab-bottom-corner-right-chrome.svg b/icons/tab-bottom-corner-right-chrome.svg index 1a6b3ba..3085046 100644 --- a/icons/tab-bottom-corner-right-chrome.svg +++ b/icons/tab-bottom-corner-right-chrome.svg @@ -1,3 +1,9 @@ - + + + + + + + diff --git a/icons/tab-bottom-corner-right-chromeLegacy.svg b/icons/tab-bottom-corner-right-chromeLegacy.svg index e4c0688..2aa36f6 100644 --- a/icons/tab-bottom-corner-right-chromeLegacy.svg +++ b/icons/tab-bottom-corner-right-chromeLegacy.svg @@ -1,3 +1,9 @@ - + + + + + + + diff --git a/icons/tab-bottom-corner-right-edge.svg b/icons/tab-bottom-corner-right-edge.svg index 90d37e0..c386c8f 100644 --- a/icons/tab-bottom-corner-right-edge.svg +++ b/icons/tab-bottom-corner-right-edge.svg @@ -1,3 +1,9 @@ - + + + + + + + diff --git a/src/tab/selected_tab/_bottom_rounded_corner_others.scss b/src/tab/selected_tab/_bottom_rounded_corner_others.scss index ad1e7ad..8902594 100644 --- a/src/tab/selected_tab/_bottom_rounded_corner_others.scss +++ b/src/tab/selected_tab/_bottom_rounded_corner_others.scss @@ -97,7 +97,7 @@ --uc-tab-corner-left-side-svg-clipped: url("../icons/tab-bottom-corner-left-edge-clipped.svg"); --uc-tab-corner-right-side-svg-clipped: url("../icons/tab-bottom-corner-right-edge-clipped.svg"); - --uc-tab-corner-size: 16px; + --uc-tab-corner-size: 8px; // 16px } }