urfu-ui-kit-vanilla 1.1.3 → 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 +5 -1
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;
|