Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit e4ee4cd

Browse files
GuilhermeHidekitbarlow12
authored andcommitted
fix: remove duplicated border-radius CSS (#843)
1 parent 6df00da commit e4ee4cd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎src/index.scss‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ input[type=file] {
2222
box-shadow: inset 0 0 6px $darker-3;
2323
background-color: $lighter-1;
2424
border-radius: 10px;
25-
border-radius: 10px;
2625
}
2726

2827
/* Handle */
2928
::-webkit-scrollbar-thumb {
30-
border-radius: 10px;
3129
border-radius: 10px;
3230
background: $lighter-4;
3331
box-shadow: 0 0 6px $darker-3;

0 commit comments

Comments
 (0)