@brillout/docpress 0.8.8-commit-7641299 → 0.8.8-commit-4e4a6e4

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.
@@ -35,11 +35,7 @@
35
35
  text-decoration: underline;
36
36
  text-underline-offset: .2em;
37
37
  text-decoration-color: var(--category-color);
38
- text-decoration-thickness: .18em;
39
- transition: text-decoration-thickness 0.5s ease-in-out;
40
- }
41
- .nav-category:hover .nav-item-level-1 {
42
- text-decoration-thickness: .24em;
38
+ text-decoration-thickness: .2em;
43
39
  }
44
40
  .nav-item-level-2 {
45
41
  font-size: 14.4px;
@@ -109,10 +105,8 @@
109
105
  position: absolute;
110
106
  top: 0;
111
107
  transform: translate(0, 13px);
112
- width: 4px;
113
- transition: width 0.5s ease-in-out;
108
+ width: 3px;
114
109
  }
115
110
  .nav-category:hover .category-border {
116
- opacity: 1;
117
- width: 6px;
111
+ width: 4px;
118
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.8.8-commit-7641299",
3
+ "version": "0.8.8-commit-4e4a6e4",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@brillout/picocolors": "^1.0.10",