Skip to content

Commit

Permalink
settings/scss: Remove now redundant settings-wrapper class.
Browse files Browse the repository at this point in the history
No class like this is rendered to page.
  • Loading branch information
pragatiagrawal31 authored and timabbott committed Aug 18, 2019
1 parent 378c1a5 commit b0b1435
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions static/styles/settings.scss
Expand Up @@ -244,13 +244,7 @@ td .button {
margin: 20px;
}

.settings-wrapper {
display: none;
}

.settings-section.show,
.settings-wrapper.show,
.settings-wrapper.show .settings-section {
.settings-section.show {
display: block;
}

Expand Down

0 comments on commit b0b1435

Please sign in to comment.