diff --git a/less/sortableTable.less b/less/sortableTable.less index 3ee2acb5193..1b924b9cb69 100644 --- a/less/sortableTable.less +++ b/less/sortableTable.less @@ -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 {