Skip to content

Commit

Permalink
fix(visibility-utils): remove !important declarations from opinionate…
Browse files Browse the repository at this point in the history
…d show utils, keep only on hide utils (#3149)
  • Loading branch information
zahnster authored and brandonferrua committed Mar 16, 2018
1 parent 5d52076 commit 16bf902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/utilities/visibility/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
* @modifier
*/
.slds-visible {
visibility: visible !important;
visibility: visible;
}

/**
Expand All @@ -122,7 +122,7 @@
* @modifier
*/
.slds-show {
display: block !important;
display: block;
}

/**
Expand Down

0 comments on commit 16bf902

Please sign in to comment.