summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriel Santiago <adriel@gitlab.com>2018-10-19 19:53:32 -0400
committerAdriel Santiago <adriel@gitlab.com>2018-10-19 20:08:09 -0400
commit711c1812b7b71d3c6461ca731be77a37e9a97369 (patch)
treebb8e8949aac259e624a5dff5499add7267d84525
parenta310a638db037d3914cf12e580c7a41209d2d06e (diff)
downloadgitlab-ce-backport-ce-for-5781-operations-homepage-mvc-frontend.tar.gz
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7973
-rw-r--r--app/assets/stylesheets/framework/common.scss10
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; }