Remove @mixin btn-outline($background, class from ../gitlab-development-kit/gitlab/app/assets/stylesheets/framework/buttons.scss

Issue: Remove .@mixin btn-outline($background, class from ../gitlab-development-kit/gitlab/app/assets/stylesheets/framework/buttons.scss

Deprecate and remove the .@mixin btn-outline($background, class from ../gitlab-development-kit/gitlab/app/assets/stylesheets/framework/buttons.scss

  • 4 CSS properties: Number of CSS rules in the class.
  • 1 subclass: Classes that extend this class.
  • 0 references: Number of usages in codebase.

Class definition:

@mixin btn-outline($background, $text, $border, $hover-background, $hover-text, $hover-border, $active-background, $active-border, $active-text) { background-color: $background; color: $text; border-color: $border; > .icon { color: $text; }

Instances of .@mixin btn-outline($background, found in:

Implementation Plan

See instructions in epic Auditing and Removing CSS Classes in Frameworks.