Skip to content

Commit f1e41a6

Browse files
vuejs-jp-botkazupon
authored andcommitted
make it more obvious in SG that details can be expanded, fixes vuejs#1170 (vuejs#391)
1 parent 8d05b70 commit f1e41a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ $style-guide-priority-d-color = white
3636
background-color #eee
3737
details
3838
position relative
39+
&:not([open]) summary
40+
&::after
41+
content "..."
42+
&:hover
43+
background rgba(255, 255, 255, .3)
3944
summary
4045
cursor pointer
4146
padding 1.6em

0 commit comments

Comments
 (0)