Skip to content

Commit 3ddf60b

Browse files
committed
fix: test + bad css merge
1 parent 991229d commit 3ddf60b

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

src/design/styles/base.css

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
.pd-design__fragment {
1717
position: relative;
1818
transition: outline 0.2s ease-in-out;
19+
outline: 1px solid transparent;
1920
}
2021

2122
.pd-design__component {
@@ -26,12 +27,6 @@
2627
--pd-design-color: #8402ad;
2728
}
2829

29-
.pd-design__region {
30-
--pd-design-color: #008827;
31-
min-width: 50px;
32-
min-height: 50px;
33-
}
34-
3530
/* Shared state styles */
3631
.pd-design__frame--visible {
3732
outline: 1px solid var(--pd-design-color);
@@ -51,18 +46,17 @@
5146
background: var(--pd-design-color);
5247
color: white;
5348
display: inline-flex;
49+
align-items: center;
50+
padding: 0 12px;
5451
font-family: 'Salesforce Sans', sans-serif;
5552
font-size: 12px;
5653
font-weight: 500;
57-
height: 32px;
58-
left: 50%;
5954
letter-spacing: 0.5px;
6055
opacity: 0;
6156
border-top-left-radius: 4px;
6257
border-top-right-radius: 4px;
6358
visibility: hidden;
6459
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
65-
visibility: hidden;
6660
white-space: nowrap;
6761
}
6862

@@ -75,7 +69,7 @@
7569
white-space: nowrap;
7670
overflow: hidden;
7771
text-overflow: ellipsis;
78-
white-space: nowrap;
72+
margin-right: 8px;
7973
}
8074

8175
.pd-design__frame__toolbox {
@@ -97,12 +91,8 @@
9791
background: rgba(0, 0, 0, 0);
9892
border: none;
9993
cursor: pointer;
100-
display: flex;
101-
height: 20px;
102-
justify-content: center;
103-
padding: 0;
10494
transition: background-color 0.2s ease-in-out;
105-
width: 20px;
95+
padding: 0;
10696
}
10797

10898
.pd-design__frame__toolbox-button:hover {

0 commit comments

Comments
 (0)