Indicate app title in configure view is a link

This commit is contained in:
Johannes Zellner
2025-10-15 23:38:06 +02:00
parent fcd05f3bb4
commit bf8e03aa0c
+10 -4
View File
@@ -313,6 +313,16 @@ onBeforeUnmount(() => {
color: var(--pankow-text-color);
}
.applink:focus,
.applink:hover {
color: var(--pankow-color-primary);
}
.applink:not([href]) {
cursor: not-allowed;
color: var(--pankow-text-color) !important;
}
.titlebar {
display: flex;
gap: 10px;
@@ -356,10 +366,6 @@ onBeforeUnmount(() => {
text-wrap: nowrap;
}
.applink:not([href]) {
cursor: not-allowed;
}
.configure-outer {
width: 100%;
margin: auto;