Polish planner styling
This commit is contained in:
+38
-11
@@ -144,20 +144,47 @@ output {
|
|||||||
background: var(--line);
|
background: var(--line);
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
.account-menu { position: relative; }
|
.account-menu {
|
||||||
.account-menu summary { list-style: none; }
|
position: relative;
|
||||||
.account-menu summary::-webkit-details-marker { display: none; }
|
}
|
||||||
|
.account-menu summary {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
.account-menu summary::-webkit-details-marker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.account-menu-popover {
|
.account-menu-popover {
|
||||||
position: absolute; right: 0; top: calc(100% + 6px); z-index: 35; min-width: 132px;
|
position: absolute;
|
||||||
padding: 6px; border: 1px solid var(--line); border-radius: var(--radius-sm);
|
right: 0;
|
||||||
background: var(--surface-raised); box-shadow: var(--shadow-pop);
|
top: calc(100% + 6px);
|
||||||
|
z-index: 35;
|
||||||
|
min-width: 132px;
|
||||||
|
padding: 6px;
|
||||||
|
border: 1px solid var(--line);
|
||||||
|
border-radius: var(--radius-sm);
|
||||||
|
background: var(--surface-raised);
|
||||||
|
box-shadow: var(--shadow-pop);
|
||||||
}
|
}
|
||||||
.account-menu-popover a, .account-menu-popover button {
|
.account-menu-popover a,
|
||||||
display: block; width: 100%; padding: 9px 10px; border: 0; border-radius: var(--radius-sm);
|
.account-menu-popover button {
|
||||||
background: transparent; color: var(--ink-2); font: inherit; font-size: 13px; text-align: left;
|
display: block;
|
||||||
text-decoration: none; cursor: pointer;
|
width: 100%;
|
||||||
|
padding: 9px 10px;
|
||||||
|
border: 0;
|
||||||
|
border-radius: var(--radius-sm);
|
||||||
|
background: transparent;
|
||||||
|
color: var(--ink-2);
|
||||||
|
font: inherit;
|
||||||
|
font-size: 13px;
|
||||||
|
text-align: left;
|
||||||
|
text-decoration: none;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.account-menu-popover a:hover,
|
||||||
|
.account-menu-popover button:hover {
|
||||||
|
background: var(--surface-sunken);
|
||||||
|
color: var(--ink);
|
||||||
}
|
}
|
||||||
.account-menu-popover a:hover, .account-menu-popover button:hover { background: var(--surface-sunken); color: var(--ink); }
|
|
||||||
|
|
||||||
.ghost-btn,
|
.ghost-btn,
|
||||||
.primary-btn,
|
.primary-btn,
|
||||||
|
|||||||
Reference in New Issue
Block a user