Skip to content

Commit

Permalink
feat(UI): Improve shadow button padding
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 4, 2018
1 parent 63cd9e8 commit ca6d885
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/userInterface/ItkVtkImageViewer.mcss
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@
height: 1.3em;
width: 1.3em;
padding: 4px;
padding-left: 6px;
padding-right: 0px;
cursor: pointer;
z-index: 1000;
}
Expand Down Expand Up @@ -199,9 +197,8 @@
}

.toggleInput {
position: absolute;
top: 0;
left: 0;
margin: 0px;
width: 0%;
opacity: 0;
box-sizing: content-box;
}
Expand Down

0 comments on commit ca6d885

Please sign in to comment.