From 48ad511c23763dfb08cede0543883fc26da07322 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 13 Aug 2017 18:07:37 +0900 Subject: [PATCH] Remove obsolete styles introduced with #2460 Addresses #10263 These styles were introduced on https://github.com/brave/browser-laptop/commit/ac2e6d116de7045eb248e6ed1590afb1dc3ffcba#diff-b6afd5ab48e47aa71ccacf98b2e44c42R49 without direction of usage. It is not possible to detect where they are / have been used. Let's revert it if we'll use those. Auditors: @cezaraugusto Test Plan: 1. Search your repo for `type="range"` 2. Make sure nothing is found --- less/sortableTable.less | 24 ------------------------ 1 file changed, 24 deletions(-) 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 {