File tree Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,9 @@ export const decodedTabElement = document.getElementById('decoded-jwt');
77
88export const editorElement = document . querySelector ( '#encoded-jwt .input' ) ;
99export const decodedElement = document . querySelector ( '#decoded-jwt .output' ) ;
10- export const claimsTooltipElement =
11- document . getElementById ( 'js-claims-tooltip' ) ;
10+
1211export const headerElement = document . querySelector ( '.js-header' ) ;
1312export const payloadElement = document . querySelector ( '.js-payload' ) ;
14- export const payloadTooltipElement =
15- document . getElementById ( 'js-payload-tooltip' ) ;
1613
1714export const signatureStatusElement =
1815 document . querySelector ( '.validation-status.js-signature' ) ;
Original file line number Diff line number Diff line change 4040 .text-line a , .CodeMirror *
4141 color #D6 3A FF
4242
43- #js-payload-tooltip , #js-claims-tooltip
44- position absolute
45- background-color #00 b9 f1
46- display none
47- color white
48- z-index 9999
49- padding 0 4pt
50- margin-left 4pt
51-
5243.jwt-playground .output .jwt-signature
5344 .text-line a , pre
5445 color #00 B9 F1
Original file line number Diff line number Diff line change 1212 .input.js-input
1313 #decoded-jwt .box-content
1414 .output ( title ='placeholder' )
15- #js-claims-tooltip placeholder
1615 .jwt-explained.jwt-header
1716 p.text-line HEADER:
1817 span ALGORITHM & TOKEN TYPE
2221 p.text-line PAYLOAD:
2322 span DATA
2423 .js-payload
25- #js-payload-tooltip placeholder
2624
2725 .jwt-explained.jwt-signature
2826 p.text-line VERIFY SIGNATURE
You can’t perform that action at this time.
0 commit comments