Skip to content

Commit 1449f82

Browse files
committed
feat: replace box-shadow with border styling for input components
1 parent 1bf2606 commit 1449f82

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/form/Input.style.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
padding: $padding $padding;
141141
flex: 1;
142142
width: 100%;
143-
box-shadow: none;
144143
font-size: variables.$sm;
145144
box-sizing: border-box;
146145
color: rgba(variables.$white, .5);
@@ -238,7 +237,7 @@
238237

239238
.radio-input {
240239
background: transparent !important;
241-
box-shadow: none !important;
240+
border: none !important;
242241
display: flex;
243242
align-items: center;
244243
box-sizing: border-box;
@@ -294,7 +293,7 @@
294293
$size: 0.9rem;
295294

296295
background: transparent !important;
297-
box-shadow: none !important;
296+
border: none !important;
298297
align-items: center;
299298
box-sizing: border-box;
300299
gap: variables.$xxs;
@@ -334,7 +333,7 @@
334333
$size: 0.9rem;
335334

336335
background: transparent !important;
337-
box-shadow: none !important;
336+
border: none !important;
338337

339338

340339
.input__control {

0 commit comments

Comments
 (0)