Skip to content

Commit 9909cd6

Browse files
authored
Update fast-search-card.js
1 parent 2259804 commit 9909cd6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

dist/fast-search-card.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -918,10 +918,6 @@ class FastSearchCard extends HTMLElement {
918918

919919
.device-card.active {
920920
background: var(--accent-light);
921-
border-color: var(--accent);
922-
box-shadow:
923-
0 4px 20px rgba(0, 122, 255, 0.2),
924-
inset 0 1px 0 rgba(255, 255, 255, 0.2);
925921
}
926922

927923
.device-icon {
@@ -1921,8 +1917,6 @@ class FastSearchCard extends HTMLElement {
19211917

19221918
.device-list-item.active {
19231919
background: var(--accent-light);
1924-
border-color: var(--accent);
1925-
box-shadow: 0 4px 20px rgba(0, 122, 255, 0.2);
19261920
}
19271921

19281922
.device-list-icon {
@@ -2009,7 +2003,6 @@ class FastSearchCard extends HTMLElement {
20092003

20102004
.device-list-quick-action.active {
20112005
background: var(--accent-light);
2012-
box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
20132006
}
20142007

20152008
.device-list-quick-action svg {

0 commit comments

Comments
 (0)