From 5897761963222016dd570808b0d66b4c324ce5d8 Mon Sep 17 00:00:00 2001 From: YAZ Date: Sun, 27 Jul 2025 03:19:11 +0900 Subject: [PATCH] Fix: invalid use of rgba() with hex color code --- dist/css/autoComplete.01.css | 8 ++++---- dist/css/autoComplete.02.css | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/css/autoComplete.01.css b/dist/css/autoComplete.01.css index 4df567e..7476cc1 100644 --- a/dist/css/autoComplete.01.css +++ b/dist/css/autoComplete.01.css @@ -61,8 +61,8 @@ } .autoComplete_wrapper > ul > li::selection { - color: rgba(#ffffff, 0); - background-color: rgba(#ffffff, 0); + color: transparent + background-color: transparent } .autoComplete_wrapper > ul > li:hover { @@ -77,8 +77,8 @@ } .autoComplete_wrapper > ul > li mark::selection { - color: rgba(#ffffff, 0); - background-color: rgba(#ffffff, 0); + color: transparent + background-color: transparent } .autoComplete_wrapper > ul > li[aria-selected="true"] { diff --git a/dist/css/autoComplete.02.css b/dist/css/autoComplete.02.css index e9e233c..126343f 100644 --- a/dist/css/autoComplete.02.css +++ b/dist/css/autoComplete.02.css @@ -51,8 +51,8 @@ } .autoComplete_wrapper > ul > li::selection { - color: rgba(#ffffff, 0); - background-color: rgba(#ffffff, 0); + color: transparent + background-color: transparent } .autoComplete_wrapper > ul > li:hover { @@ -67,8 +67,8 @@ } .autoComplete_wrapper > ul > li mark::selection { - color: rgba(#ffffff, 0); - background-color: rgba(#ffffff, 0); + color: transparent + background-color: transparent } .autoComplete_wrapper > ul > li[aria-selected="true"] {