forked from AuroraMiddleware/gtk
Adwaita: rich-list styling
FIXME: why is the second list in Demo>List Box>Controls taller?
This commit is contained in:
parent
e64b08ab90
commit
2f0a4c7128
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user