-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Expand file tree
/
Copy pathstyle.scss
More file actions
37 lines (31 loc) · 779 Bytes
/
style.scss
File metadata and controls
37 lines (31 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.edit-site-sidebar-navigation-item.components-item {
color: $gray-600;
// 6px right padding to align with + button
padding: $grid-unit-10 6px $grid-unit-10 $grid-unit-20;
border: none;
min-height: $grid-unit-50;
border-radius: $radius-block-ui;
&:hover,
&:focus,
&[aria-current] {
color: $gray-200;
background: $gray-800;
.edit-site-sidebar-navigation-item__drilldown-indicator {
fill: $gray-200;
}
}
&[aria-current] {
background: var(--wp-admin-theme-color);
color: $white;
}
.edit-site-sidebar-navigation-item__drilldown-indicator {
fill: $gray-600;
}
&.with-suffix {
padding-right: $grid-unit-20;
}
}
.edit-site-sidebar-navigation-screen__content .block-editor-list-view-block-select-button {
cursor: grab;
padding: $grid-unit-10;
}