Indicate app title in configure view is a link
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user