Skip to content

Commit

Permalink
rename to BEM style
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Oct 23, 2020
1 parent 318407c commit f0490ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kbase-extension/static/kbase/css/kbaseNarrative.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
cursor: pointer;
}

.kb-data-staging-container {
.kb-data-staging__container {
height: 604px;
padding: 5px;
overflow-y: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ define([
return this.getUserInfo()
.then(userInfo => {
const $mainElem = $('<div>')
.addClass('kb-data-staging-container');
.addClass('kb-data-staging__container');
const $dropzoneElem = $('<div>');
this.$elem
.empty()
Expand Down

0 comments on commit f0490ff

Please sign in to comment.