@beterdichtbij/component-library 0.31.0 → 0.31.1

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.
@@ -109,8 +109,12 @@
109
109
  .dropdown-menu {
110
110
  margin-top: 0px;
111
111
 
112
- .dropdown-item:active {
113
- color: var(--bs-dropdown-link-color);
112
+ .dropdown-item {
113
+ cursor: pointer;
114
+
115
+ &:active {
116
+ color: var(--bs-dropdown-link-color);
117
+ }
114
118
  }
115
119
  }
116
120
  }
@@ -53,6 +53,10 @@
53
53
  border-bottom: 1px solid $color-lightblue;
54
54
  font-size: 1rem;
55
55
 
56
+ .nav-link {
57
+ cursor: pointer;
58
+ }
59
+
56
60
  .icon {
57
61
  fill: #394156;
58
62
  margin-right: 8px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@beterdichtbij/component-library",
3
3
  "private": false,
4
- "version": "0.31.0",
4
+ "version": "0.31.1",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"