Skip to content

Commit

Permalink
removed bg-colors. btn-colors are used instead
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Mar 26, 2019
1 parent 70dff20 commit e749f8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/ui/styles/modaldialog-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,12 @@ var css = csjs`
animation-duration: 0.4s
}
.modalFooterOk {
background-color: var(--light);
color: var(--dark);
cursor: pointer;
}
.modalFooterOk:hover {
cursor: pointer;
}
.modalFooterCancel {
background-color: var(--light);
color: var(--dark);
margin-left: 1em;
cursor: pointer;
}
Expand Down

0 comments on commit e749f8f

Please sign in to comment.