Add underline effect to clickable notification labels (#3757)

This commit is contained in:
tturturiello
2025-02-26 11:53:46 +01:00
committed by GitHub
parent e3073a3613
commit 5318368879
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -359,6 +359,12 @@
-fx-background-color: PRIMARY;
}
.notification-debug:hover .notification-label,
.notification-update:hover .notification-label,
.notification-support:hover .notification-label {
-fx-underline:true;
}
/*******************************************************************************
* *
* ScrollBar *
+6
View File
@@ -358,6 +358,12 @@
-fx-background-color: PRIMARY;
}
.notification-debug:hover .notification-label,
.notification-update:hover .notification-label,
.notification-support:hover .notification-label {
-fx-underline:true;
}
/*******************************************************************************
* *
* ScrollBar *