remove textile toolbar buttons from tab indexing

This commit is contained in:
byte[] 2020-09-09 22:40:50 -04:00
parent 659f694fae
commit ea424ac83b

View file

@ -1,34 +1,34 @@
.communication__toolbar.flex.flex--wrap .communication__toolbar.flex.flex--wrap
button.communication__toolbar__button type="button" title="bold (ctrl+b)" data-syntax-id="bold" button.communication__toolbar__button tabindex="-1" type="button" title="bold (ctrl+b)" data-syntax-id="bold"
strong strong
| B | B
button.communication__toolbar__button type="button" title="italics (ctrl+i)" data-syntax-id="italics" button.communication__toolbar__button tabindex="-1" type="button" title="italics (ctrl+i)" data-syntax-id="italics"
em em
| i | i
button.communication__toolbar__button type="button" title="underline (ctrl+u)" data-syntax-id="under" button.communication__toolbar__button tabindex="-1" type="button" title="underline (ctrl+u)" data-syntax-id="under"
ins ins
| U | U
button.communication__toolbar__button type="button" title="mark as spoiler (ctrl+s)" data-syntax-id="spoiler" button.communication__toolbar__button tabindex="-1" type="button" title="mark as spoiler (ctrl+s)" data-syntax-id="spoiler"
span.spoiler-revealed span.spoiler-revealed
| spoiler | spoiler
button.communication__toolbar__button type="button" title="code formatting (ctrl+e)" data-syntax-id="code" button.communication__toolbar__button tabindex="-1" type="button" title="code formatting (ctrl+e)" data-syntax-id="code"
code code
| code | code
button.communication__toolbar__button type="button" title="strikethrough" data-syntax-id="strike" button.communication__toolbar__button tabindex="-1" type="button" title="strikethrough" data-syntax-id="strike"
del del
| strike | strike
button.communication__toolbar__button type="button" title="superscript" data-syntax-id="superscript" button.communication__toolbar__button tabindex="-1" type="button" title="superscript" data-syntax-id="superscript"
sup sup
| sup | sup
button.communication__toolbar__button type="button" title="subscript" data-syntax-id="subscript" button.communication__toolbar__button tabindex="-1" type="button" title="subscript" data-syntax-id="subscript"
sub sub
| sub | sub
button.communication__toolbar__button type="button" title="insert blockquote" data-syntax-id="quote" button.communication__toolbar__button tabindex="-1" type="button" title="insert blockquote" data-syntax-id="quote"
i.fa.fa-quote-right i.fa.fa-quote-right
button.communication__toolbar__button type="button" title="insert hyperlink (ctrl+l)" data-syntax-id="link" button.communication__toolbar__button tabindex="-1" type="button" title="insert hyperlink (ctrl+l)" data-syntax-id="link"
i.fa.fa-link i.fa.fa-link
button.communication__toolbar__button type="button" title="insert image (ctrl+k)" data-syntax-id="image" button.communication__toolbar__button tabindex="-1" type="button" title="insert image (ctrl+k)" data-syntax-id="image"
i.fa.fa-image i.fa.fa-image
button.communication__toolbar__button type="button" title="Text you want the parser to ignore" data-syntax-id="noParse" button.communication__toolbar__button tabindex="-1" type="button" title="Text you want the parser to ignore" data-syntax-id="noParse"
span span
| no parse | no parse