diff options
author | Adriel Santiago <adriel@gitlab.com> | 2018-10-19 19:53:32 -0400 |
---|---|---|
committer | Adriel Santiago <adriel@gitlab.com> | 2018-10-19 20:08:09 -0400 |
commit | 711c1812b7b71d3c6461ca731be77a37e9a97369 (patch) | |
tree | bb8e8949aac259e624a5dff5499add7267d84525 /app | |
parent | a310a638db037d3914cf12e580c7a41209d2d06e (diff) | |
download | gitlab-ce-711c1812b7b71d3c6461ca731be77a37e9a97369.tar.gz |
Backport scss changes for ee 7973backport-ce-for-5781-operations-homepage-mvc-frontend
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7973
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 10 |
1 files changed, 10 insertions, 0 deletions
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; } |