Adwaita: rich-list styling

FIXME: why is the second list in Demo>List Box>Controls taller?
This commit is contained in:
Jakub Steiner 2020-08-17 13:18:07 +02:00
parent e64b08ab90
commit 2f0a4c7128

View File

@ -3096,6 +3096,15 @@ list {
}
}
.rich-list { /* rich lists usually containing other widgets than just labels/text */
& > row {
padding: 6px;
& > box {
margin: 12px;
}
}
}
row {
transition: all 150ms $ease-out-quad;