File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
/*
42
42
* Admin bar
43
43
*/
44
- --wp-admin-bar-height : 0rem ;
44
+ --wp-admin-bar-height : var ( --wp-admin--admin-bar--height , 0rem ) ;
45
45
46
46
.admin-bar {
47
- --wp-admin-bar-height : 46px ;
47
+ --wp-admin-bar-height : var ( --wp-admin--admin-bar--height , 46px ) ;
48
48
}
49
49
50
50
/*
76
76
*/
77
77
& :not (.scroll-top ) {
78
78
.admin-bar {
79
- --wp-admin-bar-height : 0rem ;
79
+ --wp-admin-bar-height : var ( --wp-admin--admin-bar--height , 0rem ) ;
80
80
}
81
81
}
82
82
}
86
86
* Admin bar
87
87
*/
88
88
.admin-bar {
89
- --wp-admin-bar-height : 32px ;
89
+ --wp-admin-bar-height : var ( --wp-admin--admin-bar--height , 32px ) ;
90
90
}
91
91
}
92
92
Original file line number Diff line number Diff line change 1
1
.skip-links {
2
2
position : absolute ;
3
- top : 0 ;
3
+ top : var ( --wp-admin-bar-height ) ;
4
4
left : 0 ;
5
5
z-index : 10 ;
6
6
display : flex ;
You can’t perform that action at this time.
0 commit comments