File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments