0
0
Fork 0

Replace <code> to <kbd> in KeyboardShortcuts component (#6049)

* Add aria-autocomplete='list' in Textaria

ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete

* Make detect empty string brefore assign upload description

* Change code elements in keyboard-shortcuts component to kbd
This commit is contained in:
Neetshin 2017-12-20 02:46:25 +00:00 committed by Yamagishi Kazutoshi
parent e52293482e
commit c11a52d888
2 changed files with 15 additions and 15 deletions

View file

@ -2104,7 +2104,7 @@
padding: 0 10px 8px;
}
code {
kbd {
display: inline-block;
padding: 3px 5px;
background-color: lighten($ui-base-color, 8%);