Remove lint comments about no-descending-specificity

We have disabled the `no-descending-specificity` stylelint rule, so we no longer
need these block comments.
This commit is contained in:
J. Ryan Stinnett
2019-11-08 16:35:40 +00:00
parent 43c6298bea
commit 2a5dc9bfac
4 changed files with 4 additions and 18 deletions

View File

@@ -14,12 +14,11 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
/* This file has CSS for both native and non-native scrollbars in an
* order that's fairly logic to read but violates stylelints descending
* specificity rule, so turn it off for this file. It also duplicates
* a selector to separate the hiding/showing from the sizing.
/* This file has CSS for both native and non-native scrollbars in an order
* that's fairly logical to read but duplicates a selector to separate the
* hiding/showing from the sizing.
*/
/* stylelint-disable no-descending-specificity, no-duplicate-selectors */
/* stylelint-disable no-duplicate-selectors */
/*
1. for browsers that support native overlay auto-hiding scrollbars