Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-05-15 10:42:33 +0300
committerPhil Hughes <me@iamphill.com>2019-05-15 10:42:33 +0300
commite2433d64016c61c7e7e9ac2c04dd2a85c3805ca7 (patch)
treeb7e1e080f6c0bd98e3a263ece150baa4952eef6c /app
parentbd652b6d14824c3541f1bc97e4a5e922ae5d01fd (diff)
parent900083d89cd6af391d26ab7922b3f64fa2839bef (diff)
Merge branch '57239-remove-unused-h3-w3-classes' into 'master'
Remove unused h-3 and w-3 classes Closes #57239 See merge request gitlab-org/gitlab-ce!28297
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/common.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 2b499e50ea3..2e38b260f5f 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -439,10 +439,6 @@ img.emoji {
.min-height-0 { min-height: 0; }
-.w-3 { width: #{3 * $grid-size}; }
-
-.h-3 { width: #{3 * $grid-size}; }
-
.svg-w-100 {
svg {
width: 100%;