Skip to content

Commit

Permalink
fix: remove duplicated border-radius CSS (microsoft#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeHideki authored and tbarlow12 committed Aug 20, 2019
1 parent 6df00da commit e4ee4cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.scss
Expand Up @@ -22,12 +22,10 @@ input[type=file] {
box-shadow: inset 0 0 6px $darker-3;
background-color: $lighter-1;
border-radius: 10px;
border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
border-radius: 10px;
border-radius: 10px;
background: $lighter-4;
box-shadow: 0 0 6px $darker-3;
Expand Down

0 comments on commit e4ee4cd

Please sign in to comment.