Skip to content

Commit

Permalink
Merge pull request brave#10456 from luixxiul/sortableTable-obsolete
Browse files Browse the repository at this point in the history
Remove obsolete styles introduced with brave#2460
  • Loading branch information
cezaraugusto authored Aug 25, 2017
2 parents 6e14064 + 48ad511 commit f4b456a
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions less/sortableTable.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,30 +57,6 @@ table.sortableTable {
-webkit-font-smoothing: antialiased;
position: relative;
width: auto;

input[type='range'] {
background: transparent;
-webkit-appearance: none;
width: 90%;
margin: 0 0 0 20%;
outline: none;

&::-webkit-slider-runnable-track {
-webkit-appearance: none;
background: @gray25;
border-radius: 1000px;
height: 1em;
}

&::-webkit-slider-thumb {
-webkit-appearance: none;
background: linear-gradient(to bottom, @braveOrange, @braveDarkOrange);
width: 1em;
height: 1em;
border-radius: 50%;
box-shadow: 0 0 6px @black25;
}
}
}
}
tr.rowHover:hover {
Expand Down

0 comments on commit f4b456a

Please sign in to comment.