Global Boomarks
This commit is contained in:
@@ -59,26 +59,24 @@
|
||||
}
|
||||
|
||||
.app-list-titlebar details.dropdown li {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
border-bottom: 1px solid var(--app-border);
|
||||
}
|
||||
|
||||
.app-list-titlebar details.dropdown li:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.app-list-titlebar details.dropdown ul {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.app-list-titlebar details.dropdown li button,
|
||||
.app-list-titlebar details.dropdown li [role="button"] {
|
||||
margin: 0 !important;
|
||||
margin: 0;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
border-radius: 3px;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
padding: 0.375rem 0.5rem;
|
||||
}
|
||||
|
||||
.app-list-titlebar details.dropdown li button:hover,
|
||||
.app-list-titlebar details.dropdown li button:focus-visible,
|
||||
.app-list-titlebar details.dropdown li [role="button"]:hover,
|
||||
.app-list-titlebar details.dropdown li [role="button"]:focus-visible {
|
||||
background: color-mix(in srgb, var(--app-contrast) 8%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user