Skip to content

Commit

Permalink
feat(controls): Removed incorrectly placed stylels in ControlsRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
cweeii committed Nov 12, 2020
1 parent aa338c2 commit 002b0b8
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/lib/viewers/controls/controls-root/ControlsRoot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,4 @@
&.bp-is-hidden {
display: none;
}

input[type='number'] {
padding: 7px;
color: $twos;
border: 1px solid $seesee;
border-radius: 3px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
transition: border-color linear .15s, box-shadow linear .1s;
-webkit-font-smoothing: antialiased;
}

input[type='number']:hover {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15);
}

input[type='number']:focus {
border: 1px solid $primary-color;
outline: 0;
box-shadow: none;
}
}

0 comments on commit 002b0b8

Please sign in to comment.