Menu list for shelf button options

This commit is contained in:
Mouse Reeve
2021-01-30 11:43:40 -08:00
parent 9b7c10ce6c
commit e5746d6117
5 changed files with 24 additions and 36 deletions

View File

@ -13,6 +13,13 @@
overflow: hidden;
}
/* --- SHELVING --- */
.shelf-option:disabled > *::after {
font-family: "icomoon";
content: "\e918";
margin-left: 0.5em;
}
/* --- TOGGLES --- */
.toggle-button[aria-pressed=true], .toggle-button[aria-pressed=true]:hover {
background-color: hsl(171, 100%, 41%);