]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
styles(tables): drop unused stylelint-disable
authorGaël Poupard <ffoodd@users.noreply.github.com>
Wed, 16 Jun 2021 15:47:42 +0000 (17:47 +0200)
committerMark Otto <markd.otto@gmail.com>
Tue, 12 Apr 2022 22:28:42 +0000 (15:28 -0700)
scss/_tables.scss

index 6abf53bd1f8fde45ccc05fd6bbcfaa0af94c2506..ae6510f40272ed93a3e4280b053d56b1ac9733c9 100644 (file)
@@ -24,7 +24,6 @@
   // We need the child combinator to prevent styles leaking to nested tables which doesn't have a `.table` class.
   // We use the universal selectors here to simplify the selector (else we would need 6 different selectors).
   // Another advantage is that this generates less code and makes the selector less specific making it easier to override.
-  // stylelint-disable-next-line selector-max-universal
   > tr > *,
   > thead > tr > *,
   > tbody > tr > *,
@@ -62,7 +61,6 @@
 //
 
 .table-sm {
-  // stylelint-disable-next-line selector-max-universal
   > tr > *,
   > thead > tr > *,
   > tbody > tr > *,
@@ -96,7 +94,6 @@
 }
 
 .table-borderless {
-  // stylelint-disable-next-line selector-max-universal
   > tr > *,
   > thead > tr > *,
   > tbody > tr > *,