Skip to content

Commit 820fb51

Browse files
committed
style: remove background color from ArtifactActions
1 parent 0c2ad51 commit 820fb51

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/components/Header/Header.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,10 @@
119119
}
120120

121121
.memori-header--position .memori-header--button {
122-
margin-right: var(--memori-spacing-sm);
123122
margin-left: var(--memori-spacing-sm);
124123
}
125124

126125

127-
.memori-header .memori-header--button--position {
128-
margin-right: var(--memori-spacing-xs);
129-
}
130-
131126
.memori-dropdown--avatar-input {
132127
position: absolute;
133128
top: 20px;

src/components/MemoriArtifactSystem/components/ArtifactActions/styles.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
padding: var(--memori-spacing-sm) var(--memori-spacing-md);
2626
border: 1px solid #e1e5e9;
2727
border-radius: 0.5rem;
28-
background: #ffffff;
2928
border-bottom-right-radius: 0px;
3029
border-top-right-radius: 0px;
3130
color: var(--memori-text-color);
@@ -88,7 +87,6 @@
8887
padding-right: calc(var(--memori-spacing-sm) + var(--memori-spacing-xs));
8988
border: 1px solid #e1e5e9;
9089
border-radius: 0.5rem;
91-
background: #ffffff;
9290
border-bottom-left-radius: 0px !important;
9391
border-top-left-radius: 0px !important;
9492
color: var(--memori-text-color);
@@ -177,7 +175,6 @@
177175
border: 1px solid #e1e5e9;
178176
border-radius: 0.5rem;
179177
margin-top: var(--memori-spacing-xs);
180-
background: #ffffff;
181178
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
182179
}
183180

0 commit comments

Comments
 (0)