diff options
author | cwm <chriswmartin@protonmail.com> | 2017-12-21 13:04:40 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2017-12-21 13:04:40 -0600 |
commit | d736739e8ff79044be6f605cd28c89ead710aec6 (patch) | |
tree | 8bb2fd956c92c44e689f56d11d07a7742d6ba688 /app/javascript/flavours/glitch/styles/components | |
parent | 7917d453968b72db6d7a1e2d3eca4e2af0626bc8 (diff) |
<kbd> instead of <code> in KeyboardShortcuts component (tootsuite pr #6049)
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 06521d708..35f308b2d 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -2310,7 +2310,7 @@ padding: 0 10px 8px; } - code { + kbd { display: inline-block; padding: 3px 5px; background-color: lighten($ui-base-color, 8%); |