From 711c1812b7b71d3c6461ca731be77a37e9a97369 Mon Sep 17 00:00:00 2001 From: Adriel Santiago Date: Fri, 19 Oct 2018 19:53:32 -0400 Subject: Backport scss changes for ee 7973 https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7973 --- app/assets/stylesheets/framework/common.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 3c9505a21d6..fa753b13e5f 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -334,6 +334,14 @@ img.emoji { } } +.outline-0 { + outline: 0; + + &:focus { + outline: 0; + } +} + /** COMMON CLASSES **/ .prepend-top-0 { margin-top: 0; } .prepend-top-2 { margin-top: 2px; } @@ -369,3 +377,5 @@ img.emoji { .flex-align-self-center { align-self: center; } .flex-grow { flex-grow: 1; } .flex-no-shrink { flex-shrink: 0; } +.mw-460 { max-width: 460px; } +.ws-initial { white-space: initial; } -- cgit v1.2.1