File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 133
133
border-color : var (--noteRedBorder );
134
134
}
135
135
136
+ %note-gray , %label-gray {
137
+ background : var (--boxBackground );
138
+ border : 1px solid var (--boxBorder );
139
+ }
140
+
136
141
//
137
142
// External links
138
143
//
Original file line number Diff line number Diff line change 28
28
29
29
p > code , li > code { @extend %label ; }
30
30
31
- details { @extend %box ; }
31
+ details { @extend %note ; @extend %box ; }
32
+ details .baseline-indicator.not { @extend %note ; @extend %note-gray ; }
33
+ details .baseline-indicator.low { @extend %note ; @extend %note-blue ; }
34
+ details .baseline-indicator.high { @extend %note ; @extend %note-green ; }
32
35
summary > div { display : inline ; }
36
+ summary .status-title { font-weight : bold ; }
33
37
34
38
> .note ,
35
39
.notecard , // MDN 2021
36
- .notice ,
40
+ .notice {
41
+ @extend %note ; @extend %note-blue ;
42
+ }
37
43
.warning ,
38
44
.overheadIndicator ,
39
45
.blockIndicator ,
Original file line number Diff line number Diff line change 1
1
module Docs
2
2
class Dom < Mdn
3
- # release = '2025-01-30 '
3
+ # release = '2025-06-01 '
4
4
self . name = 'Web APIs'
5
5
self . slug = 'dom'
6
6
self . base_url = 'https://developer.mozilla.org/en-US/docs/Web/API'
You can’t perform that action at this time.
0 commit comments