refactor(core): ♻️ remove unused grid rules

This commit is contained in:
alistair3149 2024-10-17 07:14:06 -04:00
parent 4438168b58
commit 83ddaa9960
No known key found for this signature in database
2 changed files with 0 additions and 6 deletions

View file

@ -1,6 +1,5 @@
.citizen-page-header {
z-index: @z-index-above-content;
grid-area: header;
padding-right: var( --padding-page );
padding-left: var( --padding-page );
margin-top: var( --space-xl );

View file

@ -1,15 +1,10 @@
#citizen-page-header-sticky-sentinel {
grid-area: afterHeader; // align right above content
height: 1px;
margin-top: -1px;
visibility: hidden;
contain: strict;
}
#citizen-page-header-sticky-placeholder {
grid-area: afterHeader;
}
.ve-activated,
.action-edit {
// HACK: So sticky header will never trigger in edit action