summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-05-13 13:02:04 -0500
committerPaul Slaughter <pslaughter@gitlab.com>2019-05-13 13:02:49 -0500
commit900083d89cd6af391d26ab7922b3f64fa2839bef (patch)
tree8748b671dc5bae61544bb376d822e6bc85e23661
parent26ee5c0599936e4f8660aa2f37c01e601098e38e (diff)
downloadgitlab-ce-57239-remove-unused-h3-w3-classes.tar.gz
Remove unused h-3 and w-3 classes57239-remove-unused-h3-w3-classes
They were introduced in [this mr][1], with the intention of using the. Appaarently the usage was removed during review, but the new classes accidentally stayed around. [1]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24724
-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%;