Skip to content

Commit 40896b1

Browse files
committed
refactor: simplify editor styles for parallax block
- Removed unnecessary border, padding, and background styles from the parallax block and layer indicators in the editor. - Streamlined CSS to enhance the visual clarity and performance of the parallax editor interface.
1 parent 5fc1144 commit 40896b1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/blocks-interactivity/parallax/editor.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,11 @@
88

99
/* Editor-specific styles */
1010
.wp-block-aggressive-apparel-parallax {
11-
border: 2px solid #ddd;
12-
border-radius: 4px;
13-
padding: 1rem;
14-
background: #f9f9f9;
1511
min-height: 150px;
1612
position: relative;
1713
}
1814

1915
.parallax-container {
20-
border: 1px dashed #ccc;
21-
border-radius: 4px;
22-
padding: 1rem;
23-
background: #fff;
2416
min-height: 100px;
2517
}
2618

@@ -31,11 +23,6 @@
3123
/* Layer indicators in editor */
3224
.parallax-layer {
3325
position: relative;
34-
margin-bottom: 0.5rem;
35-
padding: 0.5rem;
36-
border: 1px solid #e1e1e1;
37-
border-radius: 4px;
38-
background: #fff;
3926
}
4027

4128
.parallax-layer::before {

0 commit comments

Comments
 (0)