From 1c0faaf49242a3e51d0dd63ea0bc2444ce13ab37 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Tue, 21 Feb 2023 21:23:32 +0000
Subject: [PATCH] target input appearance explicitly #93
---
assets/sass/_utils.sass | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/assets/sass/_utils.sass b/assets/sass/_utils.sass
index 9eff924..94db37b 100644
--- a/assets/sass/_utils.sass
+++ b/assets/sass/_utils.sass
@@ -96,4 +96,8 @@
opacity: 0.9
.copy
- cursor: pointer
\ No newline at end of file
+ cursor: pointer
+
+.standardize-input
+ appearance: none
+ -webkit-appearance: none
\ No newline at end of file
--
Gitblit v1.10.0