Skip to content

Commit 1cc17df

Browse files
vuejs-jp-botkazupon
authored andcommitted
Add the correct display to <details> in IE and Edge (vuejs#1219) (vuejs#408)
1 parent 52a9b6e commit 1cc17df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/vue/source/css/_style-guide.styl

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ $style-guide-priority-d-color = white
3535
details, .style-enforcement
3636
background-color #eee
3737
details
38+
display block // Add the correct display in IE and Edge.
3839
position relative
3940
&:not([open]) summary
4041
&::after

0 commit comments

Comments
 (0)