});
}
});
+
+ $('span.access').each(function() {
+ $this.hideButton($(this))
+ })
},
+
+ hideButton: function($el) {
+ let status = this.quiz.data.accessibility_show_hotkeys
+ if(status) {
+ $el.hide()
+ }
+ }
}
export default QuizAccessibility;
&.secondary
+opacity(.16)
padding-left: 22px
+ padding-right: 6px
&.reset
//max-width: 144px
.text svg
width: 50%
+ .text
+ margin-right: 16px
+ .access
+ margin: 0 10px 0 0
&.info
max-width: 177px
width: 56px
flex-shrink: 0
padding: 0
-
.text
+flex-config(center, false, false, center)
+ margin-right: 0
+
.access:not(.missed):not(.ok):not(.nok)
display: none