fix input field (#11419)

Fix: #10323
This commit is contained in:
kushalsourav 2025-03-10 11:43:28 +05:30 committed by GitHub
parent 3d66086eeb
commit 062eed0ed9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -177,7 +177,7 @@
input.form-control:disabled {
gap: 16px !important;
background: #f4f6fa !important;
background: #f4f6fa;
border: 1px solid var(--slate7) !important;
border-radius: 6px !important;
margin-bottom: 4px !important;
@ -187,7 +187,7 @@
padding: 7px 12px !important;
&:hover {
background: #F1F3F5 !important;
background: #F1F3F5;
border: 1px solid var(--slate7) !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;