Commit 900083d8 authored by Paul Slaughter's avatar Paul Slaughter

Remove unused h-3 and w-3 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
parent 26ee5c05
...@@ -439,10 +439,6 @@ img.emoji { ...@@ -439,10 +439,6 @@ img.emoji {
.min-height-0 { min-height: 0; } .min-height-0 { min-height: 0; }
.w-3 { width: #{3 * $grid-size}; }
.h-3 { width: #{3 * $grid-size}; }
.svg-w-100 { .svg-w-100 {
svg { svg {
width: 100%; width: 100%;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment