urfu-ui-kit-vanilla 1.1.2 → 1.1.3
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/src/main.css +1 -4
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -2661,7 +2661,7 @@ button {
|
|
|
2661
2661
|
.u-table.striped table tbody tr:nth-child(2n) {
|
|
2662
2662
|
background-color: #F9F9F9;
|
|
2663
2663
|
}
|
|
2664
|
-
.u-table.
|
|
2664
|
+
.u-table:not(.not-active-lines) table tbody tr:hover {
|
|
2665
2665
|
background-color: #E9ECF1;
|
|
2666
2666
|
}
|
|
2667
2667
|
.u-table p {
|
|
@@ -2754,9 +2754,6 @@ button {
|
|
|
2754
2754
|
.u-table table tbody tr:last-child td {
|
|
2755
2755
|
border-bottom: none;
|
|
2756
2756
|
}
|
|
2757
|
-
.u-table table tbody tr:hover {
|
|
2758
|
-
background-color: #E9ECF1;
|
|
2759
|
-
}
|
|
2760
2757
|
.air-datepicker {
|
|
2761
2758
|
z-index: 1001;
|
|
2762
2759
|
margin-top: 2px;
|