From b47a641b88dadfa183d8362bdf3c98955cd049fc Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sat, 25 May 2024 09:36:03 +0800 Subject: [PATCH] remove role="primary" It looks annoying --- src/pages/settings.htm | 4 ++-- src/styles/colors/all.forms.css | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/pages/settings.htm b/src/pages/settings.htm index 0eb2611..dc0bfb8 100644 --- a/src/pages/settings.htm +++ b/src/pages/settings.htm @@ -1,7 +1,7 @@ - + @@ -51,7 +51,7 @@ - +
diff --git a/src/styles/colors/all.forms.css b/src/styles/colors/all.forms.css index 17c1840..0cf8086 100644 --- a/src/styles/colors/all.forms.css +++ b/src/styles/colors/all.forms.css @@ -1,16 +1,11 @@ .input-field input, .input-field textarea { - background-color: var(--input-color) !important; + background-color: var(--input-color) !important; } .btn:not([disabled]) { - background-color: var(--secondary-color) !important; -} - -.btn[role="primary"]:not([disabled]), .btn-floating:not([disabled]) { background-color: var(--primary-color) !important; } nav ul:not(.dropdown-content) > li > a:hover:not(.active) { background-color: var(--hover-color) !important; } -