Skip to content

Commit d5928a9

Browse files
committed
fix unused private binding css style
1 parent 87e451d commit d5928a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ option,
10231023
}
10241024
}
10251025

1026-
.private-binding>* {
1026+
.private-binding {
10271027
opacity: 0.75;
10281028
}
10291029

0 commit comments

Comments
 (0)