Skip to content

Commit 000ce23

Browse files
committed
fix prefix
1 parent ecbbefc commit 000ce23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/web_css/lib/src/_home.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115

116116
&:hover {
117117
background: var(--pub-neutral-hover-bgColor);
118-
box-shadow: var(--pub-box-shadow-hover);
118+
box-shadow: var(--pub-box-hover-shadow);
119119

120120
@media (min-width: variables.$device-desktop-min-width) {
121121
.mini-list-item-body {

pkg/web_css/lib/src/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
0 0 2px 1px hsla(0, 0%, 0%, 0.05), /* contrast border around the box */
8686
0.5px 1px 4px 2px hsla(0, 0%, 0%, 0.02); /* additional shadow */
8787

88-
--pub-box-shadow-hover:
88+
--pub-box-hover-shadow:
8989
0 0 6px 3px hsla(0, 0%, 100%, 0.08) inset, /* inner "bevel" surface */
9090
0 0 2px 1px hsla(0, 0%, 0%, 0.05), /* contrast border around the box */
9191
0.5px 1px 4px 3px hsla(0, 0%, 0%, 0.04); /* additional shadow */

0 commit comments

Comments
 (0)