@less/test-data 5.0.0-alpha.3 → 5.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tests-config/3rd-party/bootstrap4.css +203 -438
- package/tests-config/at-rules-compressed/at-rules-compressed.css +1 -1
- package/tests-config/at-rules-compressed-evaluation/at-rules-compressed-evaluation.css +1 -1
- package/tests-config/compression/compression.css +2 -2
- package/tests-config/compression/compression.less +0 -4
- package/tests-config/static-urls/urls.css +2 -1
- package/tests-unit/color-functions/operations.css +1 -1
- package/tests-unit/detached-rulesets/styles.config.cjs +8 -0
- package/tests-unit/extract-and-length/extract-and-length.css +1 -1
- package/tests-unit/functions/functions.css +8 -8
- package/tests-unit/import/import/import-reference.less +1 -1
- package/tests-unit/import/import-reference.css +7 -5
- package/tests-unit/import/import.css +1 -1
- package/tests-unit/import/styles.config.cjs +1 -3
- package/tests-unit/mixins/styles.config.ts +1 -3
- package/tests-unit/scope/styles.config.cjs +8 -0
|
@@ -620,12 +620,12 @@ pre code {
|
|
|
620
620
|
max-width: none;
|
|
621
621
|
}
|
|
622
622
|
.col-1 {
|
|
623
|
-
flex: 0 0 8.
|
|
624
|
-
max-width: 8.
|
|
623
|
+
flex: 0 0 8.333333333%;
|
|
624
|
+
max-width: 8.333333333%;
|
|
625
625
|
}
|
|
626
626
|
.col-2 {
|
|
627
|
-
flex: 0 0 16.
|
|
628
|
-
max-width: 16.
|
|
627
|
+
flex: 0 0 16.666666667%;
|
|
628
|
+
max-width: 16.666666667%;
|
|
629
629
|
}
|
|
630
630
|
.col-3 {
|
|
631
631
|
flex: 0 0 25%;
|
|
@@ -713,10 +713,10 @@ pre code {
|
|
|
713
713
|
order: 12;
|
|
714
714
|
}
|
|
715
715
|
.offset-1 {
|
|
716
|
-
margin-left: 8.
|
|
716
|
+
margin-left: 8.333333333%;
|
|
717
717
|
}
|
|
718
718
|
.offset-2 {
|
|
719
|
-
margin-left: 16.
|
|
719
|
+
margin-left: 16.666666667%;
|
|
720
720
|
}
|
|
721
721
|
.offset-3 {
|
|
722
722
|
margin-left: 25%;
|
|
@@ -757,12 +757,12 @@ pre code {
|
|
|
757
757
|
max-width: none;
|
|
758
758
|
}
|
|
759
759
|
.col-sm-1 {
|
|
760
|
-
flex: 0 0 8.
|
|
761
|
-
max-width: 8.
|
|
760
|
+
flex: 0 0 8.333333333%;
|
|
761
|
+
max-width: 8.333333333%;
|
|
762
762
|
}
|
|
763
763
|
.col-sm-2 {
|
|
764
|
-
flex: 0 0 16.
|
|
765
|
-
max-width: 16.
|
|
764
|
+
flex: 0 0 16.666666667%;
|
|
765
|
+
max-width: 16.666666667%;
|
|
766
766
|
}
|
|
767
767
|
.col-sm-3 {
|
|
768
768
|
flex: 0 0 25%;
|
|
@@ -853,10 +853,10 @@ pre code {
|
|
|
853
853
|
margin-left: 0;
|
|
854
854
|
}
|
|
855
855
|
.offset-sm-1 {
|
|
856
|
-
margin-left: 8.
|
|
856
|
+
margin-left: 8.333333333%;
|
|
857
857
|
}
|
|
858
858
|
.offset-sm-2 {
|
|
859
|
-
margin-left: 16.
|
|
859
|
+
margin-left: 16.666666667%;
|
|
860
860
|
}
|
|
861
861
|
.offset-sm-3 {
|
|
862
862
|
margin-left: 25%;
|
|
@@ -898,12 +898,12 @@ pre code {
|
|
|
898
898
|
max-width: none;
|
|
899
899
|
}
|
|
900
900
|
.col-md-1 {
|
|
901
|
-
flex: 0 0 8.
|
|
902
|
-
max-width: 8.
|
|
901
|
+
flex: 0 0 8.333333333%;
|
|
902
|
+
max-width: 8.333333333%;
|
|
903
903
|
}
|
|
904
904
|
.col-md-2 {
|
|
905
|
-
flex: 0 0 16.
|
|
906
|
-
max-width: 16.
|
|
905
|
+
flex: 0 0 16.666666667%;
|
|
906
|
+
max-width: 16.666666667%;
|
|
907
907
|
}
|
|
908
908
|
.col-md-3 {
|
|
909
909
|
flex: 0 0 25%;
|
|
@@ -994,10 +994,10 @@ pre code {
|
|
|
994
994
|
margin-left: 0;
|
|
995
995
|
}
|
|
996
996
|
.offset-md-1 {
|
|
997
|
-
margin-left: 8.
|
|
997
|
+
margin-left: 8.333333333%;
|
|
998
998
|
}
|
|
999
999
|
.offset-md-2 {
|
|
1000
|
-
margin-left: 16.
|
|
1000
|
+
margin-left: 16.666666667%;
|
|
1001
1001
|
}
|
|
1002
1002
|
.offset-md-3 {
|
|
1003
1003
|
margin-left: 25%;
|
|
@@ -1039,12 +1039,12 @@ pre code {
|
|
|
1039
1039
|
max-width: none;
|
|
1040
1040
|
}
|
|
1041
1041
|
.col-lg-1 {
|
|
1042
|
-
flex: 0 0 8.
|
|
1043
|
-
max-width: 8.
|
|
1042
|
+
flex: 0 0 8.333333333%;
|
|
1043
|
+
max-width: 8.333333333%;
|
|
1044
1044
|
}
|
|
1045
1045
|
.col-lg-2 {
|
|
1046
|
-
flex: 0 0 16.
|
|
1047
|
-
max-width: 16.
|
|
1046
|
+
flex: 0 0 16.666666667%;
|
|
1047
|
+
max-width: 16.666666667%;
|
|
1048
1048
|
}
|
|
1049
1049
|
.col-lg-3 {
|
|
1050
1050
|
flex: 0 0 25%;
|
|
@@ -1135,10 +1135,10 @@ pre code {
|
|
|
1135
1135
|
margin-left: 0;
|
|
1136
1136
|
}
|
|
1137
1137
|
.offset-lg-1 {
|
|
1138
|
-
margin-left: 8.
|
|
1138
|
+
margin-left: 8.333333333%;
|
|
1139
1139
|
}
|
|
1140
1140
|
.offset-lg-2 {
|
|
1141
|
-
margin-left: 16.
|
|
1141
|
+
margin-left: 16.666666667%;
|
|
1142
1142
|
}
|
|
1143
1143
|
.offset-lg-3 {
|
|
1144
1144
|
margin-left: 25%;
|
|
@@ -1180,12 +1180,12 @@ pre code {
|
|
|
1180
1180
|
max-width: none;
|
|
1181
1181
|
}
|
|
1182
1182
|
.col-xl-1 {
|
|
1183
|
-
flex: 0 0 8.
|
|
1184
|
-
max-width: 8.
|
|
1183
|
+
flex: 0 0 8.333333333%;
|
|
1184
|
+
max-width: 8.333333333%;
|
|
1185
1185
|
}
|
|
1186
1186
|
.col-xl-2 {
|
|
1187
|
-
flex: 0 0 16.
|
|
1188
|
-
max-width: 16.
|
|
1187
|
+
flex: 0 0 16.666666667%;
|
|
1188
|
+
max-width: 16.666666667%;
|
|
1189
1189
|
}
|
|
1190
1190
|
.col-xl-3 {
|
|
1191
1191
|
flex: 0 0 25%;
|
|
@@ -1276,10 +1276,10 @@ pre code {
|
|
|
1276
1276
|
margin-left: 0;
|
|
1277
1277
|
}
|
|
1278
1278
|
.offset-xl-1 {
|
|
1279
|
-
margin-left: 8.
|
|
1279
|
+
margin-left: 8.333333333%;
|
|
1280
1280
|
}
|
|
1281
1281
|
.offset-xl-2 {
|
|
1282
|
-
margin-left: 16.
|
|
1282
|
+
margin-left: 16.666666667%;
|
|
1283
1283
|
}
|
|
1284
1284
|
.offset-xl-3 {
|
|
1285
1285
|
margin-left: 25%;
|
|
@@ -1315,8 +1315,7 @@ pre code {
|
|
|
1315
1315
|
margin-bottom: 1rem;
|
|
1316
1316
|
background-color: transparent;
|
|
1317
1317
|
}
|
|
1318
|
-
.table th,
|
|
1319
|
-
.table td {
|
|
1318
|
+
.table :is(th, td) {
|
|
1320
1319
|
padding: 0.75rem;
|
|
1321
1320
|
vertical-align: top;
|
|
1322
1321
|
border-top: 1px solid #dee2e6;
|
|
@@ -1331,25 +1330,19 @@ pre code {
|
|
|
1331
1330
|
.table .table {
|
|
1332
1331
|
background-color: #fff;
|
|
1333
1332
|
}
|
|
1334
|
-
.table-sm th,
|
|
1335
|
-
.table-sm td {
|
|
1333
|
+
.table-sm :is(th, td) {
|
|
1336
1334
|
padding: 0.3rem;
|
|
1337
1335
|
}
|
|
1338
1336
|
.table-bordered {
|
|
1339
1337
|
border: 1px solid #dee2e6;
|
|
1340
1338
|
}
|
|
1341
|
-
.table-bordered th,
|
|
1342
|
-
.table-bordered td {
|
|
1339
|
+
.table-bordered :is(th, td) {
|
|
1343
1340
|
border: 1px solid #dee2e6;
|
|
1344
1341
|
}
|
|
1345
|
-
.table-bordered thead th,
|
|
1346
|
-
.table-bordered thead td {
|
|
1342
|
+
.table-bordered thead :is(th, td) {
|
|
1347
1343
|
border-bottom-width: 2px;
|
|
1348
1344
|
}
|
|
1349
|
-
.table-borderless th,
|
|
1350
|
-
.table-borderless td,
|
|
1351
|
-
.table-borderless thead th,
|
|
1352
|
-
.table-borderless tbody + tbody {
|
|
1345
|
+
.table-borderless :is(th, td, thead th, tbody + tbody) {
|
|
1353
1346
|
border: 0;
|
|
1354
1347
|
}
|
|
1355
1348
|
.table-striped tbody tr:nth-of-type(odd) {
|
|
@@ -1480,9 +1473,7 @@ pre code {
|
|
|
1480
1473
|
color: #fff;
|
|
1481
1474
|
background-color: #212529;
|
|
1482
1475
|
}
|
|
1483
|
-
.table-dark th,
|
|
1484
|
-
.table-dark td,
|
|
1485
|
-
.table-dark thead th {
|
|
1476
|
+
.table-dark :is(th, td, thead th) {
|
|
1486
1477
|
border-color: #32383e;
|
|
1487
1478
|
}
|
|
1488
1479
|
.table-dark.table-bordered {
|
|
@@ -1494,13 +1485,6 @@ pre code {
|
|
|
1494
1485
|
.table-dark.table-hover tbody tr:hover {
|
|
1495
1486
|
background-color: rgba(255, 255, 255, 0.075);
|
|
1496
1487
|
}
|
|
1497
|
-
.table-responsive {
|
|
1498
|
-
display: block;
|
|
1499
|
-
width: 100%;
|
|
1500
|
-
overflow-x: auto;
|
|
1501
|
-
-webkit-overflow-scrolling: touch;
|
|
1502
|
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
1503
|
-
}
|
|
1504
1488
|
@media (max-width: 575.98px) {
|
|
1505
1489
|
.table-responsive-sm {
|
|
1506
1490
|
display: block;
|
|
@@ -1549,6 +1533,13 @@ pre code {
|
|
|
1549
1533
|
border: 0;
|
|
1550
1534
|
}
|
|
1551
1535
|
}
|
|
1536
|
+
.table-responsive {
|
|
1537
|
+
display: block;
|
|
1538
|
+
width: 100%;
|
|
1539
|
+
overflow-x: auto;
|
|
1540
|
+
-webkit-overflow-scrolling: touch;
|
|
1541
|
+
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
1542
|
+
}
|
|
1552
1543
|
.table-responsive > .table-bordered {
|
|
1553
1544
|
border: 0;
|
|
1554
1545
|
}
|
|
@@ -1634,17 +1625,7 @@ select.form-control:focus::-ms-value {
|
|
|
1634
1625
|
border-width: 1px 0;
|
|
1635
1626
|
}
|
|
1636
1627
|
.form-control-plaintext.form-control-sm,
|
|
1637
|
-
.form-control-plaintext.form-control-lg
|
|
1638
|
-
.input-group-sm > .form-control-plaintext.form-control,
|
|
1639
|
-
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
|
|
1640
|
-
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
|
|
1641
|
-
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
|
|
1642
|
-
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
|
|
1643
|
-
.input-group-lg > .form-control-plaintext.form-control,
|
|
1644
|
-
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
|
|
1645
|
-
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
|
|
1646
|
-
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
|
|
1647
|
-
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
|
|
1628
|
+
.form-control-plaintext.form-control-lg {
|
|
1648
1629
|
padding-right: 0;
|
|
1649
1630
|
padding-left: 0;
|
|
1650
1631
|
}
|
|
@@ -1659,12 +1640,7 @@ select.form-control:focus::-ms-value {
|
|
|
1659
1640
|
line-height: 1.5;
|
|
1660
1641
|
border-radius: 0.2rem;
|
|
1661
1642
|
}
|
|
1662
|
-
select.form-control-sm:not([size]):not([multiple])
|
|
1663
|
-
.input-group-sm > select.form-control:not([size]):not([multiple]),
|
|
1664
|
-
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
|
|
1665
|
-
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
|
|
1666
|
-
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
|
|
1667
|
-
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
|
|
1643
|
+
select.form-control-sm:not([size]):not([multiple]) {
|
|
1668
1644
|
height: calc(1.8125rem + 2px);
|
|
1669
1645
|
}
|
|
1670
1646
|
.form-control-lg,
|
|
@@ -1678,12 +1654,7 @@ select.form-control-sm:not([size]):not([multiple]),
|
|
|
1678
1654
|
line-height: 1.5;
|
|
1679
1655
|
border-radius: 0.3rem;
|
|
1680
1656
|
}
|
|
1681
|
-
select.form-control-lg:not([size]):not([multiple])
|
|
1682
|
-
.input-group-lg > select.form-control:not([size]):not([multiple]),
|
|
1683
|
-
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
|
|
1684
|
-
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
|
|
1685
|
-
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
|
|
1686
|
-
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
|
|
1657
|
+
select.form-control-lg:not([size]):not([multiple]) {
|
|
1687
1658
|
height: calc(2.875rem + 2px);
|
|
1688
1659
|
}
|
|
1689
1660
|
.form-group {
|
|
@@ -1753,83 +1724,56 @@ select.form-control-lg:not([size]):not([multiple]),
|
|
|
1753
1724
|
background-color: rgba(40, 167, 69, 0.8);
|
|
1754
1725
|
border-radius: 0.2rem;
|
|
1755
1726
|
}
|
|
1756
|
-
.was-validated .form-control:valid,
|
|
1757
|
-
.
|
|
1758
|
-
.form-control.is-valid,
|
|
1759
|
-
.custom-select.is-valid {
|
|
1727
|
+
.was-validated :is(.form-control, .custom-select):valid,
|
|
1728
|
+
:is(.form-control, .custom-select).is-valid {
|
|
1760
1729
|
border-color: #28a745;
|
|
1761
1730
|
}
|
|
1762
|
-
.was-validated .form-control:valid:focus
|
|
1763
|
-
.was-validated .custom-select:valid:focus,
|
|
1764
|
-
.form-control.is-valid:focus,
|
|
1765
|
-
.custom-select.is-valid:focus {
|
|
1731
|
+
:is(.was-validated :is(.form-control, .custom-select):valid, :is(.form-control, .custom-select).is-valid):focus {
|
|
1766
1732
|
border-color: #28a745;
|
|
1767
1733
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
|
1768
1734
|
}
|
|
1769
|
-
.was-validated .form-control:valid ~ .valid-feedback,
|
|
1770
|
-
.was-validated .custom-select:valid ~ .valid-
|
|
1771
|
-
.form-control.is-valid ~ .valid-feedback,
|
|
1772
|
-
.custom-select.is-valid ~ .valid-feedback,
|
|
1773
|
-
.was-validated .form-control:valid ~ .valid-tooltip,
|
|
1774
|
-
.was-validated .custom-select:valid ~ .valid-tooltip,
|
|
1775
|
-
.form-control.is-valid ~ .valid-tooltip,
|
|
1776
|
-
.custom-select.is-valid ~ .valid-tooltip {
|
|
1735
|
+
:is(.was-validated :is(.form-control, .custom-select):valid, :is(.form-control, .custom-select).is-valid) ~ .valid-feedback,
|
|
1736
|
+
:is(.was-validated :is(.form-control, .custom-select):valid, :is(.form-control, .custom-select).is-valid) ~ .valid-tooltip {
|
|
1777
1737
|
display: block;
|
|
1778
1738
|
}
|
|
1779
|
-
.was-validated .form-control-file:valid ~ .valid-feedback,
|
|
1780
|
-
.form-control-file.is-valid ~ .valid-
|
|
1781
|
-
.was-validated .form-control-file:valid ~ .valid-tooltip,
|
|
1782
|
-
.form-control-file.is-valid ~ .valid-tooltip {
|
|
1739
|
+
:is(.was-validated .form-control-file:valid, .form-control-file.is-valid) ~ .valid-feedback,
|
|
1740
|
+
:is(.was-validated .form-control-file:valid, .form-control-file.is-valid) ~ .valid-tooltip {
|
|
1783
1741
|
display: block;
|
|
1784
1742
|
}
|
|
1785
|
-
.was-validated .form-check-input:valid ~ .form-check-label
|
|
1786
|
-
.form-check-input.is-valid ~ .form-check-label {
|
|
1743
|
+
:is(.was-validated .form-check-input:valid, .form-check-input.is-valid) ~ .form-check-label {
|
|
1787
1744
|
color: #28a745;
|
|
1788
1745
|
}
|
|
1789
|
-
.was-validated .form-check-input:valid ~ .valid-feedback,
|
|
1790
|
-
.form-check-input.is-valid ~ .valid-
|
|
1791
|
-
.was-validated .form-check-input:valid ~ .valid-tooltip,
|
|
1792
|
-
.form-check-input.is-valid ~ .valid-tooltip {
|
|
1746
|
+
:is(.was-validated .form-check-input:valid, .form-check-input.is-valid) ~ .valid-feedback,
|
|
1747
|
+
:is(.was-validated .form-check-input:valid, .form-check-input.is-valid) ~ .valid-tooltip {
|
|
1793
1748
|
display: block;
|
|
1794
1749
|
}
|
|
1795
|
-
.was-validated .custom-control-input:valid ~ .custom-control-label
|
|
1796
|
-
.custom-control-input.is-valid ~ .custom-control-label {
|
|
1750
|
+
:is(.was-validated .custom-control-input:valid, .custom-control-input.is-valid) ~ .custom-control-label {
|
|
1797
1751
|
color: #28a745;
|
|
1798
1752
|
}
|
|
1799
|
-
.was-validated .custom-control-input:valid ~ .custom-control-label::before
|
|
1800
|
-
.custom-control-input.is-valid ~ .custom-control-label::before {
|
|
1753
|
+
:is(.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label)::before {
|
|
1801
1754
|
background-color: #71dd8a;
|
|
1802
1755
|
}
|
|
1803
|
-
.was-validated .custom-control-input:valid ~ .valid-feedback,
|
|
1804
|
-
.custom-control-input.is-valid ~ .valid-
|
|
1805
|
-
.was-validated .custom-control-input:valid ~ .valid-tooltip,
|
|
1806
|
-
.custom-control-input.is-valid ~ .valid-tooltip {
|
|
1756
|
+
:is(.was-validated .custom-control-input:valid, .custom-control-input.is-valid) ~ .valid-feedback,
|
|
1757
|
+
:is(.was-validated .custom-control-input:valid, .custom-control-input.is-valid) ~ .valid-tooltip {
|
|
1807
1758
|
display: block;
|
|
1808
1759
|
}
|
|
1809
|
-
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before
|
|
1810
|
-
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
|
|
1760
|
+
:is(.was-validated .custom-control-input:valid, .custom-control-input.is-valid):checked ~ .custom-control-label::before {
|
|
1811
1761
|
background-color: #34ce57;
|
|
1812
1762
|
}
|
|
1813
|
-
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before
|
|
1814
|
-
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
|
|
1763
|
+
:is(.was-validated .custom-control-input:valid, .custom-control-input.is-valid):focus ~ .custom-control-label::before {
|
|
1815
1764
|
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
|
1816
1765
|
}
|
|
1817
|
-
.was-validated .custom-file-input:valid ~ .custom-file-label
|
|
1818
|
-
.custom-file-input.is-valid ~ .custom-file-label {
|
|
1766
|
+
:is(.was-validated .custom-file-input:valid, .custom-file-input.is-valid) ~ .custom-file-label {
|
|
1819
1767
|
border-color: #28a745;
|
|
1820
1768
|
}
|
|
1821
|
-
.was-validated .custom-file-input:valid ~ .custom-file-label::before
|
|
1822
|
-
.custom-file-input.is-valid ~ .custom-file-label::before {
|
|
1769
|
+
:is(.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label)::before {
|
|
1823
1770
|
border-color: inherit;
|
|
1824
1771
|
}
|
|
1825
|
-
.was-validated .custom-file-input:valid ~ .valid-feedback,
|
|
1826
|
-
.custom-file-input.is-valid ~ .valid-
|
|
1827
|
-
.was-validated .custom-file-input:valid ~ .valid-tooltip,
|
|
1828
|
-
.custom-file-input.is-valid ~ .valid-tooltip {
|
|
1772
|
+
:is(.was-validated .custom-file-input:valid, .custom-file-input.is-valid) ~ .valid-feedback,
|
|
1773
|
+
:is(.was-validated .custom-file-input:valid, .custom-file-input.is-valid) ~ .valid-tooltip {
|
|
1829
1774
|
display: block;
|
|
1830
1775
|
}
|
|
1831
|
-
.was-validated .custom-file-input:valid:focus ~ .custom-file-label
|
|
1832
|
-
.custom-file-input.is-valid:focus ~ .custom-file-label {
|
|
1776
|
+
:is(.was-validated .custom-file-input:valid, .custom-file-input.is-valid):focus ~ .custom-file-label {
|
|
1833
1777
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
|
1834
1778
|
}
|
|
1835
1779
|
.invalid-feedback {
|
|
@@ -1853,83 +1797,56 @@ select.form-control-lg:not([size]):not([multiple]),
|
|
|
1853
1797
|
background-color: rgba(220, 53, 69, 0.8);
|
|
1854
1798
|
border-radius: 0.2rem;
|
|
1855
1799
|
}
|
|
1856
|
-
.was-validated .form-control:invalid,
|
|
1857
|
-
.
|
|
1858
|
-
.form-control.is-invalid,
|
|
1859
|
-
.custom-select.is-invalid {
|
|
1800
|
+
.was-validated :is(.form-control, .custom-select):invalid,
|
|
1801
|
+
:is(.form-control, .custom-select).is-invalid {
|
|
1860
1802
|
border-color: #dc3545;
|
|
1861
1803
|
}
|
|
1862
|
-
.was-validated .form-control:invalid:focus
|
|
1863
|
-
.was-validated .custom-select:invalid:focus,
|
|
1864
|
-
.form-control.is-invalid:focus,
|
|
1865
|
-
.custom-select.is-invalid:focus {
|
|
1804
|
+
:is(.was-validated :is(.form-control, .custom-select):invalid, :is(.form-control, .custom-select).is-invalid):focus {
|
|
1866
1805
|
border-color: #dc3545;
|
|
1867
1806
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
|
1868
1807
|
}
|
|
1869
|
-
.was-validated .form-control:invalid ~ .invalid-feedback,
|
|
1870
|
-
.was-validated .custom-select:invalid ~ .invalid-
|
|
1871
|
-
.form-control.is-invalid ~ .invalid-feedback,
|
|
1872
|
-
.custom-select.is-invalid ~ .invalid-feedback,
|
|
1873
|
-
.was-validated .form-control:invalid ~ .invalid-tooltip,
|
|
1874
|
-
.was-validated .custom-select:invalid ~ .invalid-tooltip,
|
|
1875
|
-
.form-control.is-invalid ~ .invalid-tooltip,
|
|
1876
|
-
.custom-select.is-invalid ~ .invalid-tooltip {
|
|
1808
|
+
:is(.was-validated :is(.form-control, .custom-select):invalid, :is(.form-control, .custom-select).is-invalid) ~ .invalid-feedback,
|
|
1809
|
+
:is(.was-validated :is(.form-control, .custom-select):invalid, :is(.form-control, .custom-select).is-invalid) ~ .invalid-tooltip {
|
|
1877
1810
|
display: block;
|
|
1878
1811
|
}
|
|
1879
|
-
.was-validated .form-control-file:invalid ~ .invalid-feedback,
|
|
1880
|
-
.form-control-file.is-invalid ~ .invalid-
|
|
1881
|
-
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
|
|
1882
|
-
.form-control-file.is-invalid ~ .invalid-tooltip {
|
|
1812
|
+
:is(.was-validated .form-control-file:invalid, .form-control-file.is-invalid) ~ .invalid-feedback,
|
|
1813
|
+
:is(.was-validated .form-control-file:invalid, .form-control-file.is-invalid) ~ .invalid-tooltip {
|
|
1883
1814
|
display: block;
|
|
1884
1815
|
}
|
|
1885
|
-
.was-validated .form-check-input:invalid ~ .form-check-label
|
|
1886
|
-
.form-check-input.is-invalid ~ .form-check-label {
|
|
1816
|
+
:is(.was-validated .form-check-input:invalid, .form-check-input.is-invalid) ~ .form-check-label {
|
|
1887
1817
|
color: #dc3545;
|
|
1888
1818
|
}
|
|
1889
|
-
.was-validated .form-check-input:invalid ~ .invalid-feedback,
|
|
1890
|
-
.form-check-input.is-invalid ~ .invalid-
|
|
1891
|
-
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
|
|
1892
|
-
.form-check-input.is-invalid ~ .invalid-tooltip {
|
|
1819
|
+
:is(.was-validated .form-check-input:invalid, .form-check-input.is-invalid) ~ .invalid-feedback,
|
|
1820
|
+
:is(.was-validated .form-check-input:invalid, .form-check-input.is-invalid) ~ .invalid-tooltip {
|
|
1893
1821
|
display: block;
|
|
1894
1822
|
}
|
|
1895
|
-
.was-validated .custom-control-input:invalid ~ .custom-control-label
|
|
1896
|
-
.custom-control-input.is-invalid ~ .custom-control-label {
|
|
1823
|
+
:is(.was-validated .custom-control-input:invalid, .custom-control-input.is-invalid) ~ .custom-control-label {
|
|
1897
1824
|
color: #dc3545;
|
|
1898
1825
|
}
|
|
1899
|
-
.was-validated .custom-control-input:invalid ~ .custom-control-label::before
|
|
1900
|
-
.custom-control-input.is-invalid ~ .custom-control-label::before {
|
|
1826
|
+
:is(.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label)::before {
|
|
1901
1827
|
background-color: #efa2a9;
|
|
1902
1828
|
}
|
|
1903
|
-
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
|
|
1904
|
-
.custom-control-input.is-invalid ~ .invalid-
|
|
1905
|
-
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
|
|
1906
|
-
.custom-control-input.is-invalid ~ .invalid-tooltip {
|
|
1829
|
+
:is(.was-validated .custom-control-input:invalid, .custom-control-input.is-invalid) ~ .invalid-feedback,
|
|
1830
|
+
:is(.was-validated .custom-control-input:invalid, .custom-control-input.is-invalid) ~ .invalid-tooltip {
|
|
1907
1831
|
display: block;
|
|
1908
1832
|
}
|
|
1909
|
-
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before
|
|
1910
|
-
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
|
|
1833
|
+
:is(.was-validated .custom-control-input:invalid, .custom-control-input.is-invalid):checked ~ .custom-control-label::before {
|
|
1911
1834
|
background-color: #e4606d;
|
|
1912
1835
|
}
|
|
1913
|
-
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before
|
|
1914
|
-
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
|
|
1836
|
+
:is(.was-validated .custom-control-input:invalid, .custom-control-input.is-invalid):focus ~ .custom-control-label::before {
|
|
1915
1837
|
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
|
1916
1838
|
}
|
|
1917
|
-
.was-validated .custom-file-input:invalid ~ .custom-file-label
|
|
1918
|
-
.custom-file-input.is-invalid ~ .custom-file-label {
|
|
1839
|
+
:is(.was-validated .custom-file-input:invalid, .custom-file-input.is-invalid) ~ .custom-file-label {
|
|
1919
1840
|
border-color: #dc3545;
|
|
1920
1841
|
}
|
|
1921
|
-
.was-validated .custom-file-input:invalid ~ .custom-file-label::before
|
|
1922
|
-
.custom-file-input.is-invalid ~ .custom-file-label::before {
|
|
1842
|
+
:is(.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label)::before {
|
|
1923
1843
|
border-color: inherit;
|
|
1924
1844
|
}
|
|
1925
|
-
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
|
|
1926
|
-
.custom-file-input.is-invalid ~ .invalid-
|
|
1927
|
-
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
|
|
1928
|
-
.custom-file-input.is-invalid ~ .invalid-tooltip {
|
|
1845
|
+
:is(.was-validated .custom-file-input:invalid, .custom-file-input.is-invalid) ~ .invalid-feedback,
|
|
1846
|
+
:is(.was-validated .custom-file-input:invalid, .custom-file-input.is-invalid) ~ .invalid-tooltip {
|
|
1929
1847
|
display: block;
|
|
1930
1848
|
}
|
|
1931
|
-
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label
|
|
1932
|
-
.custom-file-input.is-invalid:focus ~ .custom-file-label {
|
|
1849
|
+
:is(.was-validated .custom-file-input:invalid, .custom-file-input.is-invalid):focus ~ .custom-file-label {
|
|
1933
1850
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
|
1934
1851
|
}
|
|
1935
1852
|
.form-inline {
|
|
@@ -1962,8 +1879,7 @@ select.form-control-lg:not([size]):not([multiple]),
|
|
|
1962
1879
|
.form-inline .form-control-plaintext {
|
|
1963
1880
|
display: inline-block;
|
|
1964
1881
|
}
|
|
1965
|
-
.form-inline .input-group,
|
|
1966
|
-
.form-inline .custom-select {
|
|
1882
|
+
.form-inline :is(.input-group, .custom-select) {
|
|
1967
1883
|
width: auto;
|
|
1968
1884
|
}
|
|
1969
1885
|
.form-inline .form-check {
|
|
@@ -2057,9 +1973,7 @@ fieldset:disabled a.btn {
|
|
|
2057
1973
|
background-color: #0062cc;
|
|
2058
1974
|
border-color: #005cbf;
|
|
2059
1975
|
}
|
|
2060
|
-
.btn-primary:not(:disabled):not(.disabled):active:focus
|
|
2061
|
-
.btn-primary:not(:disabled):not(.disabled).active:focus,
|
|
2062
|
-
.show > .btn-primary.dropdown-toggle:focus {
|
|
1976
|
+
:is(.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle):focus {
|
|
2063
1977
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
|
2064
1978
|
}
|
|
2065
1979
|
.btn-secondary {
|
|
@@ -2089,9 +2003,7 @@ fieldset:disabled a.btn {
|
|
|
2089
2003
|
background-color: #545b62;
|
|
2090
2004
|
border-color: #4e555b;
|
|
2091
2005
|
}
|
|
2092
|
-
.btn-secondary:not(:disabled):not(.disabled):active:focus
|
|
2093
|
-
.btn-secondary:not(:disabled):not(.disabled).active:focus,
|
|
2094
|
-
.show > .btn-secondary.dropdown-toggle:focus {
|
|
2006
|
+
:is(.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle):focus {
|
|
2095
2007
|
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
2096
2008
|
}
|
|
2097
2009
|
.btn-success {
|
|
@@ -2121,9 +2033,7 @@ fieldset:disabled a.btn {
|
|
|
2121
2033
|
background-color: #1e7e34;
|
|
2122
2034
|
border-color: #1c7430;
|
|
2123
2035
|
}
|
|
2124
|
-
.btn-success:not(:disabled):not(.disabled):active:focus
|
|
2125
|
-
.btn-success:not(:disabled):not(.disabled).active:focus,
|
|
2126
|
-
.show > .btn-success.dropdown-toggle:focus {
|
|
2036
|
+
:is(.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle):focus {
|
|
2127
2037
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
2128
2038
|
}
|
|
2129
2039
|
.btn-info {
|
|
@@ -2153,9 +2063,7 @@ fieldset:disabled a.btn {
|
|
|
2153
2063
|
background-color: #117a8b;
|
|
2154
2064
|
border-color: #10707f;
|
|
2155
2065
|
}
|
|
2156
|
-
.btn-info:not(:disabled):not(.disabled):active:focus
|
|
2157
|
-
.btn-info:not(:disabled):not(.disabled).active:focus,
|
|
2158
|
-
.show > .btn-info.dropdown-toggle:focus {
|
|
2066
|
+
:is(.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle):focus {
|
|
2159
2067
|
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
2160
2068
|
}
|
|
2161
2069
|
.btn-warning {
|
|
@@ -2164,7 +2072,7 @@ fieldset:disabled a.btn {
|
|
|
2164
2072
|
border-color: #ffc107;
|
|
2165
2073
|
}
|
|
2166
2074
|
.btn-warning:hover {
|
|
2167
|
-
color: #
|
|
2075
|
+
color: #fff;
|
|
2168
2076
|
background-color: #e0a800;
|
|
2169
2077
|
border-color: #d39e00;
|
|
2170
2078
|
}
|
|
@@ -2181,13 +2089,11 @@ fieldset:disabled a.btn {
|
|
|
2181
2089
|
.btn-warning:not(:disabled):not(.disabled):active,
|
|
2182
2090
|
.btn-warning:not(:disabled):not(.disabled).active,
|
|
2183
2091
|
.show > .btn-warning.dropdown-toggle {
|
|
2184
|
-
color: #
|
|
2092
|
+
color: #fff;
|
|
2185
2093
|
background-color: #d39e00;
|
|
2186
2094
|
border-color: #c69500;
|
|
2187
2095
|
}
|
|
2188
|
-
.btn-warning:not(:disabled):not(.disabled):active:focus
|
|
2189
|
-
.btn-warning:not(:disabled):not(.disabled).active:focus,
|
|
2190
|
-
.show > .btn-warning.dropdown-toggle:focus {
|
|
2096
|
+
:is(.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle):focus {
|
|
2191
2097
|
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
2192
2098
|
}
|
|
2193
2099
|
.btn-danger {
|
|
@@ -2217,9 +2123,7 @@ fieldset:disabled a.btn {
|
|
|
2217
2123
|
background-color: #bd2130;
|
|
2218
2124
|
border-color: #b21f2d;
|
|
2219
2125
|
}
|
|
2220
|
-
.btn-danger:not(:disabled):not(.disabled):active:focus
|
|
2221
|
-
.btn-danger:not(:disabled):not(.disabled).active:focus,
|
|
2222
|
-
.show > .btn-danger.dropdown-toggle:focus {
|
|
2126
|
+
:is(.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle):focus {
|
|
2223
2127
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
2224
2128
|
}
|
|
2225
2129
|
.btn-light {
|
|
@@ -2228,7 +2132,7 @@ fieldset:disabled a.btn {
|
|
|
2228
2132
|
border-color: #f8f9fa;
|
|
2229
2133
|
}
|
|
2230
2134
|
.btn-light:hover {
|
|
2231
|
-
color: #
|
|
2135
|
+
color: #fff;
|
|
2232
2136
|
background-color: #e2e6ea;
|
|
2233
2137
|
border-color: #dae0e5;
|
|
2234
2138
|
}
|
|
@@ -2245,13 +2149,11 @@ fieldset:disabled a.btn {
|
|
|
2245
2149
|
.btn-light:not(:disabled):not(.disabled):active,
|
|
2246
2150
|
.btn-light:not(:disabled):not(.disabled).active,
|
|
2247
2151
|
.show > .btn-light.dropdown-toggle {
|
|
2248
|
-
color: #
|
|
2152
|
+
color: #fff;
|
|
2249
2153
|
background-color: #dae0e5;
|
|
2250
2154
|
border-color: #d3d9df;
|
|
2251
2155
|
}
|
|
2252
|
-
.btn-light:not(:disabled):not(.disabled):active:focus
|
|
2253
|
-
.btn-light:not(:disabled):not(.disabled).active:focus,
|
|
2254
|
-
.show > .btn-light.dropdown-toggle:focus {
|
|
2156
|
+
:is(.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle):focus {
|
|
2255
2157
|
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
2256
2158
|
}
|
|
2257
2159
|
.btn-dark {
|
|
@@ -2281,9 +2183,7 @@ fieldset:disabled a.btn {
|
|
|
2281
2183
|
background-color: #1d2124;
|
|
2282
2184
|
border-color: #171a1d;
|
|
2283
2185
|
}
|
|
2284
|
-
.btn-dark:not(:disabled):not(.disabled):active:focus
|
|
2285
|
-
.btn-dark:not(:disabled):not(.disabled).active:focus,
|
|
2286
|
-
.show > .btn-dark.dropdown-toggle:focus {
|
|
2186
|
+
:is(.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle):focus {
|
|
2287
2187
|
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
2288
2188
|
}
|
|
2289
2189
|
.btn-outline-primary {
|
|
@@ -2313,9 +2213,7 @@ fieldset:disabled a.btn {
|
|
|
2313
2213
|
background-color: #007bff;
|
|
2314
2214
|
border-color: #007bff;
|
|
2315
2215
|
}
|
|
2316
|
-
.btn-outline-primary:not(:disabled):not(.disabled):active:focus
|
|
2317
|
-
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
|
|
2318
|
-
.show > .btn-outline-primary.dropdown-toggle:focus {
|
|
2216
|
+
:is(.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle):focus {
|
|
2319
2217
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
|
2320
2218
|
}
|
|
2321
2219
|
.btn-outline-secondary {
|
|
@@ -2345,9 +2243,7 @@ fieldset:disabled a.btn {
|
|
|
2345
2243
|
background-color: #6c757d;
|
|
2346
2244
|
border-color: #6c757d;
|
|
2347
2245
|
}
|
|
2348
|
-
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus
|
|
2349
|
-
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
|
|
2350
|
-
.show > .btn-outline-secondary.dropdown-toggle:focus {
|
|
2246
|
+
:is(.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle):focus {
|
|
2351
2247
|
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
2352
2248
|
}
|
|
2353
2249
|
.btn-outline-success {
|
|
@@ -2377,9 +2273,7 @@ fieldset:disabled a.btn {
|
|
|
2377
2273
|
background-color: #28a745;
|
|
2378
2274
|
border-color: #28a745;
|
|
2379
2275
|
}
|
|
2380
|
-
.btn-outline-success:not(:disabled):not(.disabled):active:focus
|
|
2381
|
-
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
|
2382
|
-
.show > .btn-outline-success.dropdown-toggle:focus {
|
|
2276
|
+
:is(.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle):focus {
|
|
2383
2277
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
2384
2278
|
}
|
|
2385
2279
|
.btn-outline-info {
|
|
@@ -2409,9 +2303,7 @@ fieldset:disabled a.btn {
|
|
|
2409
2303
|
background-color: #17a2b8;
|
|
2410
2304
|
border-color: #17a2b8;
|
|
2411
2305
|
}
|
|
2412
|
-
.btn-outline-info:not(:disabled):not(.disabled):active:focus
|
|
2413
|
-
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
|
|
2414
|
-
.show > .btn-outline-info.dropdown-toggle:focus {
|
|
2306
|
+
:is(.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle):focus {
|
|
2415
2307
|
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
2416
2308
|
}
|
|
2417
2309
|
.btn-outline-warning {
|
|
@@ -2441,9 +2333,7 @@ fieldset:disabled a.btn {
|
|
|
2441
2333
|
background-color: #ffc107;
|
|
2442
2334
|
border-color: #ffc107;
|
|
2443
2335
|
}
|
|
2444
|
-
.btn-outline-warning:not(:disabled):not(.disabled):active:focus
|
|
2445
|
-
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
|
|
2446
|
-
.show > .btn-outline-warning.dropdown-toggle:focus {
|
|
2336
|
+
:is(.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle):focus {
|
|
2447
2337
|
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
2448
2338
|
}
|
|
2449
2339
|
.btn-outline-danger {
|
|
@@ -2473,9 +2363,7 @@ fieldset:disabled a.btn {
|
|
|
2473
2363
|
background-color: #dc3545;
|
|
2474
2364
|
border-color: #dc3545;
|
|
2475
2365
|
}
|
|
2476
|
-
.btn-outline-danger:not(:disabled):not(.disabled):active:focus
|
|
2477
|
-
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
|
|
2478
|
-
.show > .btn-outline-danger.dropdown-toggle:focus {
|
|
2366
|
+
:is(.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle):focus {
|
|
2479
2367
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
2480
2368
|
}
|
|
2481
2369
|
.btn-outline-light {
|
|
@@ -2505,9 +2393,7 @@ fieldset:disabled a.btn {
|
|
|
2505
2393
|
background-color: #f8f9fa;
|
|
2506
2394
|
border-color: #f8f9fa;
|
|
2507
2395
|
}
|
|
2508
|
-
.btn-outline-light:not(:disabled):not(.disabled):active:focus
|
|
2509
|
-
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
|
|
2510
|
-
.show > .btn-outline-light.dropdown-toggle:focus {
|
|
2396
|
+
:is(.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle):focus {
|
|
2511
2397
|
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
2512
2398
|
}
|
|
2513
2399
|
.btn-outline-dark {
|
|
@@ -2537,9 +2423,7 @@ fieldset:disabled a.btn {
|
|
|
2537
2423
|
background-color: #343a40;
|
|
2538
2424
|
border-color: #343a40;
|
|
2539
2425
|
}
|
|
2540
|
-
.btn-outline-dark:not(:disabled):not(.disabled):active:focus
|
|
2541
|
-
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
|
|
2542
|
-
.show > .btn-outline-dark.dropdown-toggle:focus {
|
|
2426
|
+
:is(.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle):focus {
|
|
2543
2427
|
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
2544
2428
|
}
|
|
2545
2429
|
.btn-link {
|
|
@@ -2585,9 +2469,7 @@ fieldset:disabled a.btn {
|
|
|
2585
2469
|
.btn-block + .btn-block {
|
|
2586
2470
|
margin-top: 0.5rem;
|
|
2587
2471
|
}
|
|
2588
|
-
input[type="submit"].btn-block
|
|
2589
|
-
input[type="reset"].btn-block,
|
|
2590
|
-
input[type="button"].btn-block {
|
|
2472
|
+
:is(input[type="submit"], input[type="reset"], input[type="button"]).btn-block {
|
|
2591
2473
|
width: 100%;
|
|
2592
2474
|
}
|
|
2593
2475
|
.fade {
|
|
@@ -2719,8 +2601,6 @@ input[type="button"].btn-block {
|
|
|
2719
2601
|
margin-left: 0.255em;
|
|
2720
2602
|
vertical-align: 0.255em;
|
|
2721
2603
|
content: "";
|
|
2722
|
-
}
|
|
2723
|
-
.dropleft .dropdown-toggle::after {
|
|
2724
2604
|
display: none;
|
|
2725
2605
|
}
|
|
2726
2606
|
.dropleft .dropdown-toggle::before {
|
|
@@ -2804,31 +2684,19 @@ input[type="button"].btn-block {
|
|
|
2804
2684
|
display: inline-flex;
|
|
2805
2685
|
vertical-align: middle;
|
|
2806
2686
|
}
|
|
2807
|
-
.btn-group > .btn
|
|
2808
|
-
.btn-group-vertical > .btn {
|
|
2687
|
+
:is(.btn-group, .btn-group-vertical) > .btn {
|
|
2809
2688
|
position: relative;
|
|
2810
2689
|
flex: 0 1 auto;
|
|
2811
2690
|
}
|
|
2812
|
-
.btn-group > .btn:hover
|
|
2813
|
-
.btn-group-vertical > .btn:hover {
|
|
2691
|
+
:is(.btn-group > .btn, .btn-group-vertical > .btn):hover {
|
|
2814
2692
|
z-index: 1;
|
|
2815
2693
|
}
|
|
2816
|
-
.btn-group > .btn:focus,
|
|
2817
|
-
.btn-group-vertical > .btn:
|
|
2818
|
-
.btn-group > .btn
|
|
2819
|
-
.btn-group-vertical > .btn:active,
|
|
2820
|
-
.btn-group > .btn.active,
|
|
2821
|
-
.btn-group-vertical > .btn.active {
|
|
2694
|
+
:is(.btn-group > .btn, .btn-group-vertical > .btn):focus,
|
|
2695
|
+
:is(.btn-group > .btn, .btn-group-vertical > .btn):active,
|
|
2696
|
+
:is(.btn-group > .btn, .btn-group-vertical > .btn).active {
|
|
2822
2697
|
z-index: 1;
|
|
2823
2698
|
}
|
|
2824
|
-
.btn-group .btn + .btn,
|
|
2825
|
-
.btn-group-vertical .btn + .btn,
|
|
2826
|
-
.btn-group .btn + .btn-group,
|
|
2827
|
-
.btn-group-vertical .btn + .btn-group,
|
|
2828
|
-
.btn-group .btn-group + .btn,
|
|
2829
|
-
.btn-group-vertical .btn-group + .btn,
|
|
2830
|
-
.btn-group .btn-group + .btn-group,
|
|
2831
|
-
.btn-group-vertical .btn-group + .btn-group {
|
|
2699
|
+
:is(.btn-group, .btn-group-vertical) :is(.btn + .btn, .btn + .btn-group, .btn-group + .btn, .btn-group + .btn-group) {
|
|
2832
2700
|
margin-left: -1px;
|
|
2833
2701
|
}
|
|
2834
2702
|
.btn-toolbar {
|
|
@@ -2864,13 +2732,11 @@ input[type="button"].btn-block {
|
|
|
2864
2732
|
.dropleft .dropdown-toggle-split::before {
|
|
2865
2733
|
margin-right: 0;
|
|
2866
2734
|
}
|
|
2867
|
-
.btn-sm + .dropdown-toggle-split
|
|
2868
|
-
.btn-group-sm > .btn + .dropdown-toggle-split {
|
|
2735
|
+
:is(.btn-sm, .btn-group-sm > .btn) + .dropdown-toggle-split {
|
|
2869
2736
|
padding-right: 0.375rem;
|
|
2870
2737
|
padding-left: 0.375rem;
|
|
2871
2738
|
}
|
|
2872
|
-
.btn-lg + .dropdown-toggle-split
|
|
2873
|
-
.btn-group-lg > .btn + .dropdown-toggle-split {
|
|
2739
|
+
:is(.btn-lg, .btn-group-lg > .btn) + .dropdown-toggle-split {
|
|
2874
2740
|
padding-right: 0.75rem;
|
|
2875
2741
|
padding-left: 0.75rem;
|
|
2876
2742
|
}
|
|
@@ -2879,8 +2745,7 @@ input[type="button"].btn-block {
|
|
|
2879
2745
|
align-items: flex-start;
|
|
2880
2746
|
justify-content: center;
|
|
2881
2747
|
}
|
|
2882
|
-
.btn-group-vertical .btn,
|
|
2883
|
-
.btn-group-vertical .btn-group {
|
|
2748
|
+
.btn-group-vertical :is(.btn, .btn-group) {
|
|
2884
2749
|
width: 100%;
|
|
2885
2750
|
}
|
|
2886
2751
|
.btn-group-vertical > .btn + .btn,
|
|
@@ -2904,10 +2769,7 @@ input[type="button"].btn-block {
|
|
|
2904
2769
|
.btn-group-toggle > .btn-group > .btn {
|
|
2905
2770
|
margin-bottom: 0;
|
|
2906
2771
|
}
|
|
2907
|
-
.btn-group-toggle > .btn input[type="radio"],
|
|
2908
|
-
.btn-group-toggle > .btn-group > .btn input[type="radio"],
|
|
2909
|
-
.btn-group-toggle > .btn input[type="checkbox"],
|
|
2910
|
-
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
|
|
2772
|
+
.btn-group-toggle > .btn :is(input[type="radio"], input[type="checkbox"]) {
|
|
2911
2773
|
position: absolute;
|
|
2912
2774
|
clip: rect(0, 0, 0, 0);
|
|
2913
2775
|
pointer-events: none;
|
|
@@ -2927,29 +2789,19 @@ input[type="button"].btn-block {
|
|
|
2927
2789
|
width: 1%;
|
|
2928
2790
|
margin-bottom: 0;
|
|
2929
2791
|
}
|
|
2930
|
-
.input-group > .form-control:focus
|
|
2931
|
-
.input-group > .custom-select:focus,
|
|
2932
|
-
.input-group > .custom-file:focus {
|
|
2792
|
+
:is(.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file):focus {
|
|
2933
2793
|
z-index: 3;
|
|
2934
2794
|
}
|
|
2935
2795
|
.input-group > .form-control + .form-control,
|
|
2936
|
-
.input-group > .custom-select + .form-control,
|
|
2937
|
-
.input-group > .custom-file + .form-control,
|
|
2938
2796
|
.input-group > .form-control + .custom-select,
|
|
2939
|
-
.input-group > .
|
|
2940
|
-
.input-group > .custom-file + .custom-select,
|
|
2941
|
-
.input-group > .form-control + .custom-file,
|
|
2942
|
-
.input-group > .custom-select + .custom-file,
|
|
2943
|
-
.input-group > .custom-file + .custom-file {
|
|
2797
|
+
.input-group > .form-control + .custom-file {
|
|
2944
2798
|
margin-left: -1px;
|
|
2945
2799
|
}
|
|
2946
|
-
.input-group > .form-control:not(:last-child)
|
|
2947
|
-
.input-group > .custom-select:not(:last-child) {
|
|
2800
|
+
:is(.input-group > .form-control, .input-group > .custom-select):not(:last-child) {
|
|
2948
2801
|
border-top-right-radius: 0;
|
|
2949
2802
|
border-bottom-right-radius: 0;
|
|
2950
2803
|
}
|
|
2951
|
-
.input-group > .form-control:not(:first-child)
|
|
2952
|
-
.input-group > .custom-select:not(:first-child) {
|
|
2804
|
+
:is(.input-group > .form-control, .input-group > .custom-select):not(:first-child) {
|
|
2953
2805
|
border-top-left-radius: 0;
|
|
2954
2806
|
border-bottom-left-radius: 0;
|
|
2955
2807
|
}
|
|
@@ -2970,19 +2822,11 @@ input[type="button"].btn-block {
|
|
|
2970
2822
|
.input-group-append {
|
|
2971
2823
|
display: flex;
|
|
2972
2824
|
}
|
|
2973
|
-
.input-group-prepend .btn
|
|
2974
|
-
.input-group-append .btn {
|
|
2825
|
+
:is(.input-group-prepend, .input-group-append) .btn {
|
|
2975
2826
|
position: relative;
|
|
2976
2827
|
z-index: 2;
|
|
2977
2828
|
}
|
|
2978
|
-
.input-group-prepend .btn + .btn,
|
|
2979
|
-
.input-group-append .btn + .btn,
|
|
2980
|
-
.input-group-prepend .btn + .input-group-text,
|
|
2981
|
-
.input-group-append .btn + .input-group-text,
|
|
2982
|
-
.input-group-prepend .input-group-text + .input-group-text,
|
|
2983
|
-
.input-group-append .input-group-text + .input-group-text,
|
|
2984
|
-
.input-group-prepend .input-group-text + .btn,
|
|
2985
|
-
.input-group-append .input-group-text + .btn {
|
|
2829
|
+
:is(.input-group-prepend, .input-group-append) :is(.btn + .btn, .btn + .input-group-text, .input-group-text + .input-group-text, .input-group-text + .btn) {
|
|
2986
2830
|
margin-left: -1px;
|
|
2987
2831
|
}
|
|
2988
2832
|
.input-group-prepend {
|
|
@@ -3006,8 +2850,7 @@ input[type="button"].btn-block {
|
|
|
3006
2850
|
border: 1px solid #ced4da;
|
|
3007
2851
|
border-radius: 0.25rem;
|
|
3008
2852
|
}
|
|
3009
|
-
.input-group-text input[type="radio"],
|
|
3010
|
-
.input-group-text input[type="checkbox"] {
|
|
2853
|
+
.input-group-text :is(input[type="radio"], input[type="checkbox"]) {
|
|
3011
2854
|
margin-top: 0;
|
|
3012
2855
|
}
|
|
3013
2856
|
.input-group > .input-group-prepend > .btn,
|
|
@@ -3356,8 +3199,7 @@ input[type="button"].btn-block {
|
|
|
3356
3199
|
background-color: transparent;
|
|
3357
3200
|
border-color: transparent;
|
|
3358
3201
|
}
|
|
3359
|
-
.nav-tabs .nav-link.active,
|
|
3360
|
-
.nav-tabs .nav-item.show .nav-link {
|
|
3202
|
+
.nav-tabs :is(.nav-link.active, .nav-item.show .nav-link) {
|
|
3361
3203
|
color: #495057;
|
|
3362
3204
|
background-color: #fff;
|
|
3363
3205
|
border-color: #dee2e6 #dee2e6 #fff;
|
|
@@ -3370,8 +3212,7 @@ input[type="button"].btn-block {
|
|
|
3370
3212
|
.nav-pills .nav-link {
|
|
3371
3213
|
border-radius: 0.25rem;
|
|
3372
3214
|
}
|
|
3373
|
-
.nav-pills .nav-link.active,
|
|
3374
|
-
.nav-pills .show > .nav-link {
|
|
3215
|
+
.nav-pills :is(.nav-link.active, .show > .nav-link) {
|
|
3375
3216
|
color: #fff;
|
|
3376
3217
|
background-color: #007bff;
|
|
3377
3218
|
}
|
|
@@ -3467,10 +3308,6 @@ input[type="button"].btn-block {
|
|
|
3467
3308
|
background: no-repeat center center;
|
|
3468
3309
|
background-size: 100% 100%;
|
|
3469
3310
|
}
|
|
3470
|
-
.navbar-expand {
|
|
3471
|
-
flex-flow: row nowrap;
|
|
3472
|
-
justify-content: flex-start;
|
|
3473
|
-
}
|
|
3474
3311
|
@media (max-width: 575.98px) {
|
|
3475
3312
|
.navbar-expand-sm > .container,
|
|
3476
3313
|
.navbar-expand-sm > .container-fluid {
|
|
@@ -3612,6 +3449,10 @@ input[type="button"].btn-block {
|
|
|
3612
3449
|
padding-right: 0;
|
|
3613
3450
|
padding-left: 0;
|
|
3614
3451
|
}
|
|
3452
|
+
.navbar-expand {
|
|
3453
|
+
flex-flow: row nowrap;
|
|
3454
|
+
justify-content: flex-start;
|
|
3455
|
+
}
|
|
3615
3456
|
.navbar-expand .navbar-nav {
|
|
3616
3457
|
flex-direction: row;
|
|
3617
3458
|
}
|
|
@@ -3650,10 +3491,7 @@ input[type="button"].btn-block {
|
|
|
3650
3491
|
.navbar-light .navbar-nav .nav-link.disabled {
|
|
3651
3492
|
color: rgba(0, 0, 0, 0.3);
|
|
3652
3493
|
}
|
|
3653
|
-
.navbar-light .navbar-nav .show > .nav-link,
|
|
3654
|
-
.navbar-light .navbar-nav .active > .nav-link,
|
|
3655
|
-
.navbar-light .navbar-nav .nav-link.show,
|
|
3656
|
-
.navbar-light .navbar-nav .nav-link.active {
|
|
3494
|
+
.navbar-light .navbar-nav :is(.show > .nav-link, .active > .nav-link, .nav-link.show, .nav-link.active) {
|
|
3657
3495
|
color: rgba(0, 0, 0, 0.9);
|
|
3658
3496
|
}
|
|
3659
3497
|
.navbar-light .navbar-toggler {
|
|
@@ -3690,10 +3528,7 @@ input[type="button"].btn-block {
|
|
|
3690
3528
|
.navbar-dark .navbar-nav .nav-link.disabled {
|
|
3691
3529
|
color: rgba(255, 255, 255, 0.25);
|
|
3692
3530
|
}
|
|
3693
|
-
.navbar-dark .navbar-nav .show > .nav-link,
|
|
3694
|
-
.navbar-dark .navbar-nav .active > .nav-link,
|
|
3695
|
-
.navbar-dark .navbar-nav .nav-link.show,
|
|
3696
|
-
.navbar-dark .navbar-nav .nav-link.active {
|
|
3531
|
+
.navbar-dark .navbar-nav :is(.show > .nav-link, .active > .nav-link, .nav-link.show, .nav-link.active) {
|
|
3697
3532
|
color: #fff;
|
|
3698
3533
|
}
|
|
3699
3534
|
.navbar-dark .navbar-toggler {
|
|
@@ -3853,46 +3688,37 @@ input[type="button"].btn-block {
|
|
|
3853
3688
|
border-top-right-radius: 0;
|
|
3854
3689
|
border-bottom-right-radius: 0;
|
|
3855
3690
|
}
|
|
3856
|
-
.card-group > .card:first-child .card-img-top,
|
|
3857
|
-
.card-group > .card:first-child .card-header {
|
|
3691
|
+
.card-group > .card:first-child :is(.card-img-top, .card-header) {
|
|
3858
3692
|
border-top-right-radius: 0;
|
|
3859
3693
|
}
|
|
3860
|
-
.card-group > .card:first-child .card-img-bottom,
|
|
3861
|
-
.card-group > .card:first-child .card-footer {
|
|
3694
|
+
.card-group > .card:first-child :is(.card-img-bottom, .card-footer) {
|
|
3862
3695
|
border-bottom-right-radius: 0;
|
|
3863
3696
|
}
|
|
3864
3697
|
.card-group > .card:last-child {
|
|
3865
3698
|
border-top-left-radius: 0;
|
|
3866
3699
|
border-bottom-left-radius: 0;
|
|
3867
3700
|
}
|
|
3868
|
-
.card-group > .card:last-child .card-img-top,
|
|
3869
|
-
.card-group > .card:last-child .card-header {
|
|
3701
|
+
.card-group > .card:last-child :is(.card-img-top, .card-header) {
|
|
3870
3702
|
border-top-left-radius: 0;
|
|
3871
3703
|
}
|
|
3872
|
-
.card-group > .card:last-child .card-img-bottom,
|
|
3873
|
-
.card-group > .card:last-child .card-footer {
|
|
3704
|
+
.card-group > .card:last-child :is(.card-img-bottom, .card-footer) {
|
|
3874
3705
|
border-bottom-left-radius: 0;
|
|
3875
3706
|
}
|
|
3876
3707
|
.card-group > .card:only-child {
|
|
3877
3708
|
border-radius: 0.25rem;
|
|
3878
3709
|
}
|
|
3879
|
-
.card-group > .card:only-child .card-img-top,
|
|
3880
|
-
.card-group > .card:only-child .card-header {
|
|
3710
|
+
.card-group > .card:only-child :is(.card-img-top, .card-header) {
|
|
3881
3711
|
border-top-left-radius: 0.25rem;
|
|
3882
3712
|
border-top-right-radius: 0.25rem;
|
|
3883
3713
|
}
|
|
3884
|
-
.card-group > .card:only-child .card-img-bottom,
|
|
3885
|
-
.card-group > .card:only-child .card-footer {
|
|
3714
|
+
.card-group > .card:only-child :is(.card-img-bottom, .card-footer) {
|
|
3886
3715
|
border-bottom-right-radius: 0.25rem;
|
|
3887
3716
|
border-bottom-left-radius: 0.25rem;
|
|
3888
3717
|
}
|
|
3889
3718
|
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
|
|
3890
3719
|
border-radius: 0;
|
|
3891
3720
|
}
|
|
3892
|
-
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
|
|
3893
|
-
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
|
|
3894
|
-
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
|
|
3895
|
-
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
|
|
3721
|
+
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) :is(.card-img-top, .card-img-bottom, .card-header, .card-footer) {
|
|
3896
3722
|
border-radius: 0;
|
|
3897
3723
|
}
|
|
3898
3724
|
}
|
|
@@ -3947,8 +3773,6 @@ input[type="button"].btn-block {
|
|
|
3947
3773
|
}
|
|
3948
3774
|
.breadcrumb-item + .breadcrumb-item:hover::before {
|
|
3949
3775
|
text-decoration: underline;
|
|
3950
|
-
}
|
|
3951
|
-
.breadcrumb-item + .breadcrumb-item:hover::before {
|
|
3952
3776
|
text-decoration: none;
|
|
3953
3777
|
}
|
|
3954
3778
|
.breadcrumb-item.active {
|
|
@@ -4535,13 +4359,15 @@ button.close {
|
|
|
4535
4359
|
}
|
|
4536
4360
|
.modal.fade .modal-dialog {
|
|
4537
4361
|
transition: transform 0.3s ease-out;
|
|
4538
|
-
transform: translate(0, -25%);
|
|
4539
4362
|
}
|
|
4540
4363
|
@media screen and (prefers-reduced-motion: reduce) {
|
|
4541
4364
|
.modal.fade .modal-dialog {
|
|
4542
4365
|
transition: none;
|
|
4543
4366
|
}
|
|
4544
4367
|
}
|
|
4368
|
+
.modal.fade .modal-dialog {
|
|
4369
|
+
transform: translate(0, -25%);
|
|
4370
|
+
}
|
|
4545
4371
|
.modal.show .modal-dialog {
|
|
4546
4372
|
transform: translate(0, 0);
|
|
4547
4373
|
}
|
|
@@ -4678,12 +4504,10 @@ button.close {
|
|
|
4678
4504
|
.bs-tooltip-auto[x-placement^="top"] {
|
|
4679
4505
|
padding: 0.4rem 0;
|
|
4680
4506
|
}
|
|
4681
|
-
.bs-tooltip-top .arrow
|
|
4682
|
-
.bs-tooltip-auto[x-placement^="top"] .arrow {
|
|
4507
|
+
:is(.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"]) .arrow {
|
|
4683
4508
|
bottom: 0;
|
|
4684
4509
|
}
|
|
4685
|
-
.bs-tooltip-top .arrow::before
|
|
4686
|
-
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
|
|
4510
|
+
:is(:is(.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"]) .arrow)::before {
|
|
4687
4511
|
top: 0;
|
|
4688
4512
|
border-width: 0.4rem 0.4rem 0;
|
|
4689
4513
|
border-top-color: #000;
|
|
@@ -4692,14 +4516,12 @@ button.close {
|
|
|
4692
4516
|
.bs-tooltip-auto[x-placement^="right"] {
|
|
4693
4517
|
padding: 0 0.4rem;
|
|
4694
4518
|
}
|
|
4695
|
-
.bs-tooltip-right .arrow
|
|
4696
|
-
.bs-tooltip-auto[x-placement^="right"] .arrow {
|
|
4519
|
+
:is(.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"]) .arrow {
|
|
4697
4520
|
left: 0;
|
|
4698
4521
|
width: 0.4rem;
|
|
4699
4522
|
height: 0.8rem;
|
|
4700
4523
|
}
|
|
4701
|
-
.bs-tooltip-right .arrow::before
|
|
4702
|
-
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
|
|
4524
|
+
:is(:is(.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"]) .arrow)::before {
|
|
4703
4525
|
right: 0;
|
|
4704
4526
|
border-width: 0.4rem 0.4rem 0.4rem 0;
|
|
4705
4527
|
border-right-color: #000;
|
|
@@ -4708,12 +4530,10 @@ button.close {
|
|
|
4708
4530
|
.bs-tooltip-auto[x-placement^="bottom"] {
|
|
4709
4531
|
padding: 0.4rem 0;
|
|
4710
4532
|
}
|
|
4711
|
-
.bs-tooltip-bottom .arrow
|
|
4712
|
-
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
|
|
4533
|
+
:is(.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"]) .arrow {
|
|
4713
4534
|
top: 0;
|
|
4714
4535
|
}
|
|
4715
|
-
.bs-tooltip-bottom .arrow::before
|
|
4716
|
-
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
|
|
4536
|
+
:is(:is(.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"]) .arrow)::before {
|
|
4717
4537
|
bottom: 0;
|
|
4718
4538
|
border-width: 0 0.4rem 0.4rem;
|
|
4719
4539
|
border-bottom-color: #000;
|
|
@@ -4722,14 +4542,12 @@ button.close {
|
|
|
4722
4542
|
.bs-tooltip-auto[x-placement^="left"] {
|
|
4723
4543
|
padding: 0 0.4rem;
|
|
4724
4544
|
}
|
|
4725
|
-
.bs-tooltip-left .arrow
|
|
4726
|
-
.bs-tooltip-auto[x-placement^="left"] .arrow {
|
|
4545
|
+
:is(.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"]) .arrow {
|
|
4727
4546
|
right: 0;
|
|
4728
4547
|
width: 0.4rem;
|
|
4729
4548
|
height: 0.8rem;
|
|
4730
4549
|
}
|
|
4731
|
-
.bs-tooltip-left .arrow::before
|
|
4732
|
-
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
|
|
4550
|
+
:is(:is(.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"]) .arrow)::before {
|
|
4733
4551
|
left: 0;
|
|
4734
4552
|
border-width: 0.4rem 0 0.4rem 0.4rem;
|
|
4735
4553
|
border-left-color: #000;
|
|
@@ -4789,23 +4607,18 @@ button.close {
|
|
|
4789
4607
|
.bs-popover-auto[x-placement^="top"] {
|
|
4790
4608
|
margin-bottom: 0.5rem;
|
|
4791
4609
|
}
|
|
4792
|
-
.bs-popover-top .arrow
|
|
4793
|
-
.bs-popover-auto[x-placement^="top"] .arrow {
|
|
4610
|
+
:is(.bs-popover-top, .bs-popover-auto[x-placement^="top"]) .arrow {
|
|
4794
4611
|
bottom: calc((0.5rem + 1px) * -1);
|
|
4795
4612
|
}
|
|
4796
|
-
.bs-popover-top .arrow::before,
|
|
4797
|
-
.bs-popover-top .arrow::after
|
|
4798
|
-
.bs-popover-auto[x-placement^="top"] .arrow::before,
|
|
4799
|
-
.bs-popover-auto[x-placement^="top"] .arrow::after {
|
|
4613
|
+
:is(.bs-popover-top, .bs-popover-auto[x-placement^="top"]) .arrow::before,
|
|
4614
|
+
:is(.bs-popover-top, .bs-popover-auto[x-placement^="top"]) .arrow::after {
|
|
4800
4615
|
border-width: 0.5rem 0.5rem 0;
|
|
4801
4616
|
}
|
|
4802
|
-
.bs-popover-top .arrow::before
|
|
4803
|
-
.bs-popover-auto[x-placement^="top"] .arrow::before {
|
|
4617
|
+
:is(.bs-popover-top, .bs-popover-auto[x-placement^="top"]) .arrow::before {
|
|
4804
4618
|
bottom: 0;
|
|
4805
4619
|
border-top-color: rgba(0, 0, 0, 0.25);
|
|
4806
4620
|
}
|
|
4807
|
-
.bs-popover-top .arrow::after
|
|
4808
|
-
.bs-popover-auto[x-placement^="top"] .arrow::after {
|
|
4621
|
+
:is(.bs-popover-top, .bs-popover-auto[x-placement^="top"]) .arrow::after {
|
|
4809
4622
|
bottom: 1px;
|
|
4810
4623
|
border-top-color: #fff;
|
|
4811
4624
|
}
|
|
@@ -4813,26 +4626,21 @@ button.close {
|
|
|
4813
4626
|
.bs-popover-auto[x-placement^="right"] {
|
|
4814
4627
|
margin-left: 0.5rem;
|
|
4815
4628
|
}
|
|
4816
|
-
.bs-popover-right .arrow
|
|
4817
|
-
.bs-popover-auto[x-placement^="right"] .arrow {
|
|
4629
|
+
:is(.bs-popover-right, .bs-popover-auto[x-placement^="right"]) .arrow {
|
|
4818
4630
|
left: calc((0.5rem + 1px) * -1);
|
|
4819
4631
|
width: 0.5rem;
|
|
4820
4632
|
height: 1rem;
|
|
4821
4633
|
margin: 0.3rem 0;
|
|
4822
4634
|
}
|
|
4823
|
-
.bs-popover-right .arrow::before,
|
|
4824
|
-
.bs-popover-right .arrow::after
|
|
4825
|
-
.bs-popover-auto[x-placement^="right"] .arrow::before,
|
|
4826
|
-
.bs-popover-auto[x-placement^="right"] .arrow::after {
|
|
4635
|
+
:is(.bs-popover-right, .bs-popover-auto[x-placement^="right"]) .arrow::before,
|
|
4636
|
+
:is(.bs-popover-right, .bs-popover-auto[x-placement^="right"]) .arrow::after {
|
|
4827
4637
|
border-width: 0.5rem 0.5rem 0.5rem 0;
|
|
4828
4638
|
}
|
|
4829
|
-
.bs-popover-right .arrow::before
|
|
4830
|
-
.bs-popover-auto[x-placement^="right"] .arrow::before {
|
|
4639
|
+
:is(.bs-popover-right, .bs-popover-auto[x-placement^="right"]) .arrow::before {
|
|
4831
4640
|
left: 0;
|
|
4832
4641
|
border-right-color: rgba(0, 0, 0, 0.25);
|
|
4833
4642
|
}
|
|
4834
|
-
.bs-popover-right .arrow::after
|
|
4835
|
-
.bs-popover-auto[x-placement^="right"] .arrow::after {
|
|
4643
|
+
:is(.bs-popover-right, .bs-popover-auto[x-placement^="right"]) .arrow::after {
|
|
4836
4644
|
left: 1px;
|
|
4837
4645
|
border-right-color: #fff;
|
|
4838
4646
|
}
|
|
@@ -4840,28 +4648,22 @@ button.close {
|
|
|
4840
4648
|
.bs-popover-auto[x-placement^="bottom"] {
|
|
4841
4649
|
margin-top: 0.5rem;
|
|
4842
4650
|
}
|
|
4843
|
-
.bs-popover-bottom .arrow
|
|
4844
|
-
.bs-popover-auto[x-placement^="bottom"] .arrow {
|
|
4651
|
+
:is(.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"]) .arrow {
|
|
4845
4652
|
top: calc((0.5rem + 1px) * -1);
|
|
4846
4653
|
}
|
|
4847
|
-
.bs-popover-bottom .arrow::before,
|
|
4848
|
-
.bs-popover-bottom .arrow::after
|
|
4849
|
-
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
|
|
4850
|
-
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
|
|
4654
|
+
:is(.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"]) .arrow::before,
|
|
4655
|
+
:is(.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"]) .arrow::after {
|
|
4851
4656
|
border-width: 0 0.5rem 0.5rem 0.5rem;
|
|
4852
4657
|
}
|
|
4853
|
-
.bs-popover-bottom .arrow::before
|
|
4854
|
-
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
|
|
4658
|
+
:is(.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"]) .arrow::before {
|
|
4855
4659
|
top: 0;
|
|
4856
4660
|
border-bottom-color: rgba(0, 0, 0, 0.25);
|
|
4857
4661
|
}
|
|
4858
|
-
.bs-popover-bottom .arrow::after
|
|
4859
|
-
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
|
|
4662
|
+
:is(.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"]) .arrow::after {
|
|
4860
4663
|
top: 1px;
|
|
4861
4664
|
border-bottom-color: #fff;
|
|
4862
4665
|
}
|
|
4863
|
-
.bs-popover-bottom .popover-header::before
|
|
4864
|
-
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
|
|
4666
|
+
:is(.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"]) .popover-header::before {
|
|
4865
4667
|
position: absolute;
|
|
4866
4668
|
top: 0;
|
|
4867
4669
|
left: 50%;
|
|
@@ -4875,26 +4677,21 @@ button.close {
|
|
|
4875
4677
|
.bs-popover-auto[x-placement^="left"] {
|
|
4876
4678
|
margin-right: 0.5rem;
|
|
4877
4679
|
}
|
|
4878
|
-
.bs-popover-left .arrow
|
|
4879
|
-
.bs-popover-auto[x-placement^="left"] .arrow {
|
|
4680
|
+
:is(.bs-popover-left, .bs-popover-auto[x-placement^="left"]) .arrow {
|
|
4880
4681
|
right: calc((0.5rem + 1px) * -1);
|
|
4881
4682
|
width: 0.5rem;
|
|
4882
4683
|
height: 1rem;
|
|
4883
4684
|
margin: 0.3rem 0;
|
|
4884
4685
|
}
|
|
4885
|
-
.bs-popover-left .arrow::before,
|
|
4886
|
-
.bs-popover-left .arrow::after
|
|
4887
|
-
.bs-popover-auto[x-placement^="left"] .arrow::before,
|
|
4888
|
-
.bs-popover-auto[x-placement^="left"] .arrow::after {
|
|
4686
|
+
:is(.bs-popover-left, .bs-popover-auto[x-placement^="left"]) .arrow::before,
|
|
4687
|
+
:is(.bs-popover-left, .bs-popover-auto[x-placement^="left"]) .arrow::after {
|
|
4889
4688
|
border-width: 0.5rem 0 0.5rem 0.5rem;
|
|
4890
4689
|
}
|
|
4891
|
-
.bs-popover-left .arrow::before
|
|
4892
|
-
.bs-popover-auto[x-placement^="left"] .arrow::before {
|
|
4690
|
+
:is(.bs-popover-left, .bs-popover-auto[x-placement^="left"]) .arrow::before {
|
|
4893
4691
|
right: 0;
|
|
4894
4692
|
border-left-color: rgba(0, 0, 0, 0.25);
|
|
4895
4693
|
}
|
|
4896
|
-
.bs-popover-left .arrow::after
|
|
4897
|
-
.bs-popover-auto[x-placement^="left"] .arrow::after {
|
|
4694
|
+
:is(.bs-popover-left, .bs-popover-auto[x-placement^="left"]) .arrow::after {
|
|
4898
4695
|
right: 1px;
|
|
4899
4696
|
border-left-color: #fff;
|
|
4900
4697
|
}
|
|
@@ -4929,14 +4726,16 @@ button.close {
|
|
|
4929
4726
|
align-items: center;
|
|
4930
4727
|
width: 100%;
|
|
4931
4728
|
transition: transform 0.6s ease;
|
|
4932
|
-
backface-visibility: hidden;
|
|
4933
|
-
perspective: 1000px;
|
|
4934
4729
|
}
|
|
4935
4730
|
@media screen and (prefers-reduced-motion: reduce) {
|
|
4936
4731
|
.carousel-item {
|
|
4937
4732
|
transition: none;
|
|
4938
4733
|
}
|
|
4939
4734
|
}
|
|
4735
|
+
.carousel-item {
|
|
4736
|
+
backface-visibility: hidden;
|
|
4737
|
+
perspective: 1000px;
|
|
4738
|
+
}
|
|
4940
4739
|
.carousel-item.active,
|
|
4941
4740
|
.carousel-item-next,
|
|
4942
4741
|
.carousel-item-prev {
|
|
@@ -4982,20 +4781,13 @@ button.close {
|
|
|
4982
4781
|
transition-duration: 0.6s;
|
|
4983
4782
|
transition-property: opacity;
|
|
4984
4783
|
}
|
|
4985
|
-
.carousel-fade .carousel-item.active,
|
|
4986
|
-
.carousel-fade .carousel-item-next.carousel-item-left,
|
|
4987
|
-
.carousel-fade .carousel-item-prev.carousel-item-right {
|
|
4784
|
+
.carousel-fade :is(.carousel-item.active, .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right) {
|
|
4988
4785
|
opacity: 1;
|
|
4989
4786
|
}
|
|
4990
|
-
.carousel-fade .active.carousel-item-left,
|
|
4991
|
-
.carousel-fade .active.carousel-item-right {
|
|
4787
|
+
.carousel-fade :is(.active.carousel-item-left, .active.carousel-item-right) {
|
|
4992
4788
|
opacity: 0;
|
|
4993
4789
|
}
|
|
4994
|
-
.carousel-fade .carousel-item-next,
|
|
4995
|
-
.carousel-fade .carousel-item-prev,
|
|
4996
|
-
.carousel-fade .carousel-item.active,
|
|
4997
|
-
.carousel-fade .active.carousel-item-left,
|
|
4998
|
-
.carousel-fade .active.carousel-item-prev {
|
|
4790
|
+
.carousel-fade :is(.carousel-item-next, .carousel-item-prev, .carousel-item.active, .active.carousel-item-left, .active.carousel-item-prev) {
|
|
4999
4791
|
transform: translateX(0);
|
|
5000
4792
|
}
|
|
5001
4793
|
@supports (transform-style: preserve-3d) {
|
|
@@ -5020,10 +4812,8 @@ button.close {
|
|
|
5020
4812
|
text-align: center;
|
|
5021
4813
|
opacity: 0.5;
|
|
5022
4814
|
}
|
|
5023
|
-
.carousel-control-prev:hover,
|
|
5024
|
-
.carousel-control-next:
|
|
5025
|
-
.carousel-control-prev:focus,
|
|
5026
|
-
.carousel-control-next:focus {
|
|
4815
|
+
:is(.carousel-control-prev, .carousel-control-next):hover,
|
|
4816
|
+
:is(.carousel-control-prev, .carousel-control-next):focus {
|
|
5027
4817
|
color: #fff;
|
|
5028
4818
|
text-decoration: none;
|
|
5029
4819
|
outline: 0;
|
|
@@ -5126,73 +4916,57 @@ button.close {
|
|
|
5126
4916
|
.bg-primary {
|
|
5127
4917
|
background-color: #007bff !important;
|
|
5128
4918
|
}
|
|
5129
|
-
a.bg-primary:hover,
|
|
5130
|
-
button.bg-primary:
|
|
5131
|
-
a.bg-primary:focus,
|
|
5132
|
-
button.bg-primary:focus {
|
|
4919
|
+
:is(a.bg-primary, button.bg-primary):hover,
|
|
4920
|
+
:is(a.bg-primary, button.bg-primary):focus {
|
|
5133
4921
|
background-color: #0062cc !important;
|
|
5134
4922
|
}
|
|
5135
4923
|
.bg-secondary {
|
|
5136
4924
|
background-color: #6c757d !important;
|
|
5137
4925
|
}
|
|
5138
|
-
a.bg-secondary:hover,
|
|
5139
|
-
button.bg-secondary:
|
|
5140
|
-
a.bg-secondary:focus,
|
|
5141
|
-
button.bg-secondary:focus {
|
|
4926
|
+
:is(a.bg-secondary, button.bg-secondary):hover,
|
|
4927
|
+
:is(a.bg-secondary, button.bg-secondary):focus {
|
|
5142
4928
|
background-color: #545b62 !important;
|
|
5143
4929
|
}
|
|
5144
4930
|
.bg-success {
|
|
5145
4931
|
background-color: #28a745 !important;
|
|
5146
4932
|
}
|
|
5147
|
-
a.bg-success:hover,
|
|
5148
|
-
button.bg-success:
|
|
5149
|
-
a.bg-success:focus,
|
|
5150
|
-
button.bg-success:focus {
|
|
4933
|
+
:is(a.bg-success, button.bg-success):hover,
|
|
4934
|
+
:is(a.bg-success, button.bg-success):focus {
|
|
5151
4935
|
background-color: #1e7e34 !important;
|
|
5152
4936
|
}
|
|
5153
4937
|
.bg-info {
|
|
5154
4938
|
background-color: #17a2b8 !important;
|
|
5155
4939
|
}
|
|
5156
|
-
a.bg-info:hover,
|
|
5157
|
-
button.bg-info:
|
|
5158
|
-
a.bg-info:focus,
|
|
5159
|
-
button.bg-info:focus {
|
|
4940
|
+
:is(a.bg-info, button.bg-info):hover,
|
|
4941
|
+
:is(a.bg-info, button.bg-info):focus {
|
|
5160
4942
|
background-color: #117a8b !important;
|
|
5161
4943
|
}
|
|
5162
4944
|
.bg-warning {
|
|
5163
4945
|
background-color: #ffc107 !important;
|
|
5164
4946
|
}
|
|
5165
|
-
a.bg-warning:hover,
|
|
5166
|
-
button.bg-warning:
|
|
5167
|
-
a.bg-warning:focus,
|
|
5168
|
-
button.bg-warning:focus {
|
|
4947
|
+
:is(a.bg-warning, button.bg-warning):hover,
|
|
4948
|
+
:is(a.bg-warning, button.bg-warning):focus {
|
|
5169
4949
|
background-color: #d39e00 !important;
|
|
5170
4950
|
}
|
|
5171
4951
|
.bg-danger {
|
|
5172
4952
|
background-color: #dc3545 !important;
|
|
5173
4953
|
}
|
|
5174
|
-
a.bg-danger:hover,
|
|
5175
|
-
button.bg-danger:
|
|
5176
|
-
a.bg-danger:focus,
|
|
5177
|
-
button.bg-danger:focus {
|
|
4954
|
+
:is(a.bg-danger, button.bg-danger):hover,
|
|
4955
|
+
:is(a.bg-danger, button.bg-danger):focus {
|
|
5178
4956
|
background-color: #bd2130 !important;
|
|
5179
4957
|
}
|
|
5180
4958
|
.bg-light {
|
|
5181
4959
|
background-color: #f8f9fa !important;
|
|
5182
4960
|
}
|
|
5183
|
-
a.bg-light:hover,
|
|
5184
|
-
button.bg-light:
|
|
5185
|
-
a.bg-light:focus,
|
|
5186
|
-
button.bg-light:focus {
|
|
4961
|
+
:is(a.bg-light, button.bg-light):hover,
|
|
4962
|
+
:is(a.bg-light, button.bg-light):focus {
|
|
5187
4963
|
background-color: #dae0e5 !important;
|
|
5188
4964
|
}
|
|
5189
4965
|
.bg-dark {
|
|
5190
4966
|
background-color: #343a40 !important;
|
|
5191
4967
|
}
|
|
5192
|
-
a.bg-dark:hover,
|
|
5193
|
-
button.bg-dark:
|
|
5194
|
-
a.bg-dark:focus,
|
|
5195
|
-
button.bg-dark:focus {
|
|
4968
|
+
:is(a.bg-dark, button.bg-dark):hover,
|
|
4969
|
+
:is(a.bg-dark, button.bg-dark):focus {
|
|
5196
4970
|
background-color: #1d2124 !important;
|
|
5197
4971
|
}
|
|
5198
4972
|
.bg-white {
|
|
@@ -5471,11 +5245,7 @@ button.bg-dark:focus {
|
|
|
5471
5245
|
display: block;
|
|
5472
5246
|
content: "";
|
|
5473
5247
|
}
|
|
5474
|
-
.embed-responsive .embed-responsive-item,
|
|
5475
|
-
.embed-responsive iframe,
|
|
5476
|
-
.embed-responsive embed,
|
|
5477
|
-
.embed-responsive object,
|
|
5478
|
-
.embed-responsive video {
|
|
5248
|
+
.embed-responsive :is(.embed-responsive-item, iframe, embed, object, video) {
|
|
5479
5249
|
position: absolute;
|
|
5480
5250
|
top: 0;
|
|
5481
5251
|
bottom: 0;
|
|
@@ -7641,21 +7411,16 @@ a.text-dark:focus {
|
|
|
7641
7411
|
.table {
|
|
7642
7412
|
border-collapse: collapse !important;
|
|
7643
7413
|
}
|
|
7644
|
-
.table td,
|
|
7645
|
-
.table th {
|
|
7414
|
+
.table :is(td, th) {
|
|
7646
7415
|
background-color: #fff !important;
|
|
7647
7416
|
}
|
|
7648
|
-
.table-bordered th,
|
|
7649
|
-
.table-bordered td {
|
|
7417
|
+
.table-bordered :is(th, td) {
|
|
7650
7418
|
border: 1px solid #dee2e6 !important;
|
|
7651
7419
|
}
|
|
7652
7420
|
.table-dark {
|
|
7653
7421
|
color: inherit;
|
|
7654
7422
|
}
|
|
7655
|
-
.table-dark th,
|
|
7656
|
-
.table-dark td,
|
|
7657
|
-
.table-dark thead th,
|
|
7658
|
-
.table-dark tbody + tbody {
|
|
7423
|
+
.table-dark :is(th, td, thead th, tbody + tbody) {
|
|
7659
7424
|
border-color: #dee2e6;
|
|
7660
7425
|
}
|
|
7661
7426
|
.table .thead-dark th {
|