urfu-ui-kit-vanilla 1.1.2 → 1.1.4
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 +6 -5
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -1833,7 +1833,6 @@ button {
|
|
|
1833
1833
|
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='1.5' fill='white' stroke='%23D3D3D3'/%3E%3C/svg%3E ");
|
|
1834
1834
|
}
|
|
1835
1835
|
.u-accordion {
|
|
1836
|
-
border-left: 4px solid #748AB9;
|
|
1837
1836
|
padding-left: 20px;
|
|
1838
1837
|
position: relative;
|
|
1839
1838
|
overflow: hidden;
|
|
@@ -1854,6 +1853,11 @@ button {
|
|
|
1854
1853
|
height: 100%;
|
|
1855
1854
|
top: 0;
|
|
1856
1855
|
right: 0;
|
|
1856
|
+
border-left: 4px solid #748AB9;
|
|
1857
|
+
}
|
|
1858
|
+
.u-accordion-toggle:hover {
|
|
1859
|
+
border-left: 4px solid #1E4391;
|
|
1860
|
+
transition: all 0.2s;
|
|
1857
1861
|
}
|
|
1858
1862
|
.u-accordion-toggle:hover:after {
|
|
1859
1863
|
position: absolute;
|
|
@@ -2661,7 +2665,7 @@ button {
|
|
|
2661
2665
|
.u-table.striped table tbody tr:nth-child(2n) {
|
|
2662
2666
|
background-color: #F9F9F9;
|
|
2663
2667
|
}
|
|
2664
|
-
.u-table.
|
|
2668
|
+
.u-table:not(.not-active-lines) table tbody tr:hover {
|
|
2665
2669
|
background-color: #E9ECF1;
|
|
2666
2670
|
}
|
|
2667
2671
|
.u-table p {
|
|
@@ -2754,9 +2758,6 @@ button {
|
|
|
2754
2758
|
.u-table table tbody tr:last-child td {
|
|
2755
2759
|
border-bottom: none;
|
|
2756
2760
|
}
|
|
2757
|
-
.u-table table tbody tr:hover {
|
|
2758
|
-
background-color: #E9ECF1;
|
|
2759
|
-
}
|
|
2760
2761
|
.air-datepicker {
|
|
2761
2762
|
z-index: 1001;
|
|
2762
2763
|
margin-top: 2px;
|