Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 3230aee

Browse files
committed
set "cursor: default" to core-item that is being distributed to
core-menu
1 parent e9b0824 commit 3230aee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core-menu.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ html /deep/ core-menu {
1212
margin: 12px;
1313
}
1414

15-
html /deep/ core-menu > core-item {
15+
polyfill-next-selector { content: 'core-menu > core-item'; }
16+
html /deep/ core-menu::shadow ::content > core-item {
1617
cursor: default;
1718
}

0 commit comments

Comments
 (0)