@textback/notification-widget 2.0.7 → 2.0.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textback/notification-widget",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -260,6 +260,11 @@ tb-notification-widget
260
260
 
261
261
  &__agreement-personal-data a {
262
262
  color: rgba(13, 99, 143, 1);
263
+ text-decoration: none;
264
+
265
+ &:hover {
266
+ text-decoration: underline;
267
+ }
263
268
  }
264
269
 
265
270
  &__state-report {