更新超链接被聚焦时的边框样式 (#4948)

This commit is contained in:
Glavo
2025-12-07 20:44:32 +08:00
committed by GitHub
parent 7902020300
commit 8efa54dd11

View File

@@ -45,6 +45,10 @@
-fx-text-fill: -monet-primary; -fx-text-fill: -monet-primary;
} }
.hyperlink:focused {
-fx-border-color: -monet-primary;
}
.hint { .hint {
-fx-background-radius: 5; -fx-background-radius: 5;
-fx-border-width: 1; -fx-border-width: 1;