diff --git a/app/assets/stylesheets/common/components/badges.css.scss b/app/assets/stylesheets/common/components/badges.css.scss index afe7ebd9b20..9bb9e9e97cd 100644 --- a/app/assets/stylesheets/common/components/badges.css.scss +++ b/app/assets/stylesheets/common/components/badges.css.scss @@ -130,30 +130,6 @@ } } -@mixin cooked-badge-bullet($length, $offset:0px) { - .badge-wrapper.bullet { - span { - position: relative; - - &.badge-category-bg { - width: $length; - height: $length; - top: $offset; - } - - &.badge-category-parent-bg { - width: $length / 2; - height: $length; - top: $offset; - - & + .badge-category-bg { - width: $length / 2; - } - } - } - } -} - // Category badge dropdown // --------------------------------------------------