Commit 7398659 4 people authored and committed
1 parent 35de0f6 commit 7398659 Copy full SHA for 7398659
File tree 4 files changed +3
-16
lines changed
4 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 342
342
aspect-ratio : 1 / 1 ;
343
343
background-color : $gray-100 ;
344
344
border-radius : $grid-unit-05 ;
345
- overflow : hidden ;
346
345
position : relative ;
347
346
348
347
img {
Original file line number Diff line number Diff line change 43
43
overflow : hidden ;
44
44
height : 100% ;
45
45
width : 100% ;
46
- border-radius : 3 px 3 px 0 0 ;
46
+ border-radius : $grid-unit-05 ;
47
47
48
48
& :focus-visible {
49
49
box-shadow : 0 0 0 var (--wp-admin-border-width-focus ) var (--wp-admin-theme-color );
Original file line number Diff line number Diff line change 35
35
display : flex ;
36
36
flex-direction : column ;
37
37
height : 100% ;
38
- border-radius : 3px 3px 0 0 ;
39
-
40
- & .is-viewtype-grid {
41
- .block-editor-block-preview__container {
42
- border-radius : 3px 3px 0 0 ;
43
- }
44
- }
45
38
46
39
& .is-viewtype-table {
47
40
width : 96px ;
62
55
cursor : pointer ;
63
56
overflow : hidden ;
64
57
height : 100% ;
65
- border-radius : 3 px 3 px 0 0 ;
58
+ border-radius : $grid-unit-05 ;
66
59
67
60
& :focus-visible {
68
61
box-shadow : 0 0 0 var (--wp-admin-border-width-focus ) var (--wp-admin-theme-color );
Original file line number Diff line number Diff line change 2
2
display : flex ;
3
3
flex-direction : column ;
4
4
height : 100% ;
5
- border-radius : 3px 3px 0 0 ;
6
5
7
6
.page-templates-preview-field__button {
8
7
box-shadow : none ;
13
12
cursor : pointer ;
14
13
overflow : hidden ;
15
14
height : 100% ;
16
- border-radius : 3 px ;
15
+ border-radius : $grid-unit-05 ;
17
16
18
17
& :focus-visible {
19
18
box-shadow : 0 0 0 var (--wp-admin-border-width-focus ) var (--wp-admin-theme-color );
32
31
.block-editor-block-preview__container {
33
32
height : 100% ;
34
33
}
35
-
36
- .page-templates-preview-field__button {
37
- border-radius : 3px 3px 0 0 ;
38
- }
39
34
}
40
35
41
36
& .is-viewtype-table {
You can’t perform that action at this time.
0 commit comments