Skip to content

Commit

Permalink
Remove unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmasson committed Jan 16, 2020
1 parent bf7dbc8 commit 7b24b5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
27 changes: 0 additions & 27 deletions build/mathcell.js
Original file line number Diff line number Diff line change
Expand Up @@ -696,33 +696,6 @@ input[type=radio]:checked + label {
}
/* Courtesy of http://jsfiddle.net/NQ6ww/38/ */
.matrix:before, .matrix:after {
content: "";
position: absolute;
top: 0;
border: 1.5px solid black;
width: 10px;
height: 100%;
}
.matrix:before {
left: 5px;
border-right: 0px;
}
.matrix:after {
right: 5px;
border-left: 0px;
}
/*
Generated at http://www.cssportal.com/style-input-range/
Thumb is 20px by 25px with 5px radius
Expand Down
27 changes: 0 additions & 27 deletions src/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,33 +68,6 @@ input[type=radio]:checked + label {
}
/* Courtesy of http://jsfiddle.net/NQ6ww/38/ */
.matrix:before, .matrix:after {
content: "";
position: absolute;
top: 0;
border: 1.5px solid black;
width: 10px;
height: 100%;
}
.matrix:before {
left: 5px;
border-right: 0px;
}
.matrix:after {
right: 5px;
border-left: 0px;
}
/*
Generated at http://www.cssportal.com/style-input-range/
Thumb is 20px by 25px with 5px radius
Expand Down

0 comments on commit 7b24b5c

Please sign in to comment.