urfu-ui-kit-vanilla 1.0.61 → 1.0.63
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 -1
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -1849,11 +1849,11 @@ button {
|
|
|
1849
1849
|
text-decoration: none;
|
|
1850
1850
|
color: #A7A7A7;
|
|
1851
1851
|
border-bottom: 1px solid #A7A7A7;
|
|
1852
|
+
padding-bottom: 1px;
|
|
1852
1853
|
}
|
|
1853
1854
|
.u-tab-line:hover {
|
|
1854
1855
|
color: #748AB9;
|
|
1855
1856
|
background-color: #F2F3F5;
|
|
1856
|
-
border-bottom: 1px solid #748AB9;
|
|
1857
1857
|
border-top-left-radius: 10px;
|
|
1858
1858
|
border-top-right-radius: 10px;
|
|
1859
1859
|
text-decoration: none;
|