File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 46
46
}
47
47
}
48
48
49
+ details :focus , summary :focus {
50
+ outline : none ;
51
+ background : rgba (255 ,255 ,255 ,0.03 );
52
+ border-radius : 2px ;
53
+ }
54
+
55
+ @media screen and (-webkit-min-device-pixel-ratio :0 ) {
56
+ /* Style details arrow if on webkit */
57
+
58
+ details summary ::-webkit-details-marker {
59
+ color : getColor (malibu );
60
+ }
61
+
62
+ summary ::-webkit-details-marker {
63
+ display : none
64
+ }
65
+ summary :after {
66
+ content : " \F103 " ;
67
+ float : left ;
68
+ position : relative ;
69
+ left : -2px ;
70
+ text-align : center ;
71
+ font-family : icons;
72
+ color : lighten (getColor (denim ), 10% )
73
+ }
74
+
75
+ details [open ] summary :after {
76
+ content : " \F101 " ;
77
+ font-family : icons;
78
+ }
79
+ }
80
+
81
+
82
+
49
83
::selection {
50
84
background : transparentize (getColor (malibu ), 0.65 );
51
85
}
You can’t perform that action at this time.
0 commit comments