Browse Source

ref(less): Remove unused alert-dismissable (#39205)

Evan Purkhiser 2 years ago
parent
commit
d547c5c9aa
1 changed files with 0 additions and 18 deletions
  1. 0 18
      static/less/shared/alerts.less

+ 0 - 18
static/less/shared/alerts.less

@@ -33,24 +33,6 @@
   }
 }
 
-// Dismissible alerts
-//
-// Expand the right padding and account for the close button's positioning.
-
-// The misspelled .alert-dismissable was deprecated in 3.2.0.
-.alert-dismissable,
-.alert-dismissible {
-  padding-right: (@alert-padding + 20);
-
-  // Adjust close link position
-  .close {
-    position: relative;
-    top: -2px;
-    right: -21px;
-    color: inherit;
-  }
-}
-
 // Alternate styles
 //
 // Generate contextual modifier classes for colorizing the alert.