From 249ca06adfbf0ec0b25ff9c659a52e120ba77cfa Mon Sep 17 00:00:00 2001 From: Nandaleio Date: Fri, 21 Mar 2025 13:01:51 +0100 Subject: [PATCH] remove color border --- bolt.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/bolt.css b/bolt.css index e25d912..088607d 100644 --- a/bolt.css +++ b/bolt.css @@ -435,7 +435,22 @@ input[type="color"] { padding: initial; max-width: initial; height: 2rem; - border-radius: 3px; + border-radius: var(--border-radius); + cursor: pointer; + border: none; + outline: none; + -webkit-appearance: none; + -moz-appearance: none; +} + +input[type="color"]::-webkit-color-swatch { + border: none; + border-radius: var(--border-radius); +} +input[type="color"]::-moz-color-swatch { + border-radius: var(--border-radius); + border-style: none; + border: none; } textarea {