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');
7
7
8
8
export const editorElement = document . querySelector ( '#encoded-jwt .input' ) ;
9
9
export const decodedElement = document . querySelector ( '#decoded-jwt .output' ) ;
10
- export const claimsTooltipElement =
11
- document . getElementById ( 'js-claims-tooltip' ) ;
10
+
12
11
export const headerElement = document . querySelector ( '.js-header' ) ;
13
12
export const payloadElement = document . querySelector ( '.js-payload' ) ;
14
- export const payloadTooltipElement =
15
- document . getElementById ( 'js-payload-tooltip' ) ;
16
13
17
14
export const signatureStatusElement =
18
15
document . querySelector ( '.validation-status.js-signature' ) ;
Original file line number Diff line number Diff line change 40
40
.text-line a , .CodeMirror *
41
41
color #D6 3A FF
42
42
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
-
52
43
.jwt-playground .output .jwt-signature
53
44
.text-line a , pre
54
45
color #00 B9 F1
Original file line number Diff line number Diff line change 12
12
.input.js-input
13
13
#decoded-jwt .box-content
14
14
.output ( title ='placeholder' )
15
- #js-claims-tooltip placeholder
16
15
.jwt-explained.jwt-header
17
16
p.text-line HEADER:
18
17
span ALGORITHM & TOKEN TYPE
22
21
p.text-line PAYLOAD:
23
22
span DATA
24
23
.js-payload
25
- #js-payload-tooltip placeholder
26
24
27
25
.jwt-explained.jwt-signature
28
26
p.text-line VERIFY SIGNATURE
You can’t perform that action at this time.
0 commit comments