urfu-ui-kit-vanilla 1.0.62 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +1 -1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "1.0.62",
6
+ "version": "1.0.63",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
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;