diff --git a/app/assets/stylesheets/common/components/buttons.css.scss b/app/assets/stylesheets/common/components/buttons.css.scss index 34f64b6c1f4..4c230eb31b8 100644 --- a/app/assets/stylesheets/common/components/buttons.css.scss +++ b/app/assets/stylesheets/common/components/buttons.css.scss @@ -8,6 +8,10 @@ // Base // -------------------------------------------------- +button { + outline: 0; +} + .btn { display: inline-block; outline: 0; diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index a6810326502..f48b3d9f64a 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -431,12 +431,15 @@ kbd { border: 0; background: none; color: $darkish_gray; + width: 60px; + text-align: left; i { font-size: 18px; } &:nth-of-type(2) { right: 4px; left: auto; + text-align: right; } @include hover { color: darken($darkish_gray, 10%);