Skip to content

Commit 4736621

Browse files
authored
Update fast-search-card.js
1 parent 5707170 commit 4736621

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

dist/fast-search-card.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4266,28 +4266,6 @@ class FastSearchCard extends HTMLElement {
42664266
display: none;
42674267
}
42684268

4269-
/* Fade-Out-Schatten an den Rändern */
4270-
.actions-filter-chips::before,
4271-
.actions-filter-chips::after {
4272-
content: '';
4273-
position: absolute;
4274-
top: 0;
4275-
bottom: 0;
4276-
width: 20px;
4277-
pointer-events: none;
4278-
z-index: 1;
4279-
}
4280-
4281-
.actions-filter-chips::before {
4282-
left: 0;
4283-
background: linear-gradient(to right, var(--card-background-color), transparent);
4284-
}
4285-
4286-
.actions-filter-chips::after {
4287-
right: 0;
4288-
background: linear-gradient(to left, var(--card-background-color), transparent);
4289-
}
4290-
42914269
.action-filter-chip {
42924270
padding: 10px 15px;
42934271
background: rgba(255, 255, 255, 0.08);

0 commit comments

Comments
 (0)