diff --git a/app/assets/stylesheets/common/components/keyboard_shortcuts.scss b/app/assets/stylesheets/common/components/keyboard_shortcuts.scss index 9e5e74ab449..647fe8d3cd2 100644 --- a/app/assets/stylesheets/common/components/keyboard_shortcuts.scss +++ b/app/assets/stylesheets/common/components/keyboard_shortcuts.scss @@ -15,6 +15,10 @@ box-shadow: -3px 0 0 var(--danger); } +.tabLoc:focus { + outline: none; +} + .latest .featured-topic { padding-left: 4px; } diff --git a/app/assets/stylesheets/common/select-kit/email-group-user-chooser.scss b/app/assets/stylesheets/common/select-kit/email-group-user-chooser.scss index 599f95ecf0d..dc6569a6ad6 100644 --- a/app/assets/stylesheets/common/select-kit/email-group-user-chooser.scss +++ b/app/assets/stylesheets/common/select-kit/email-group-user-chooser.scss @@ -15,6 +15,7 @@ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + align-self: flex-end; } .avatar, .d-icon {