Layer views - reduced css changes.#2697
Conversation
Previously inconsistent order of backgrounds in layer view vs location view.
Fourth base colour applied only on layer group. Box shadow removed from default drawers - used only on layer-view and layer-group.
|
|
dbauszus-glx
left a comment
There was a problem hiding this comment.
All drawers seem to be always expanded.
20260305-1601-48.1792051.mp4
|
should be fixed now. |
dbauszus-glx
left a comment
There was a problem hiding this comment.
I would probably remove these rules as they don't add a lot but seem to clutter up the space with an additional border.
.drawer {
&.expanded {
& > .header {
/* border-bottom: solid 1px var(--color-border); */
/* margin-bottom: 7px; */
}
}
}More importantly. If you disable the rules and increase the screen scale you can see an issue with the padding. The header should not have a different padding than the content.
I am happy to address the issue with header text hirarchy in a different PR or here.
Currently the group is bold, the layer is thin, and drawer header in a layer view are bold making these standout moore than the actual layer header.
|
The extra bottom border and margin on an expanded layer / group header doesn't add much. ec9cbe7
|
|






Introduced layout changes
.layer-view,.layer-group,.location-view- collapsed drawers have box shadow which is a better indication that the element has inner content.*bg colour does enough..layer group- font in primary colour for distinction.Change from the previous PR:
.layer-view,.layer-group,.location-viewclasses.