Skip to content

Commit

Permalink
ScenariosList: fix action button background and hover
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jul 28, 2020
1 parent 141e952 commit 760c390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/components/ScenariosList/ScenariosList.css
Expand Up @@ -5,10 +5,10 @@
.ui.buttons > .sc__button {
-webkit-box-shadow: unset !important;
box-shadow: unset !important;
background-color: transparent !important;
}

.ui.basic.button.sc__button:hover {
background-color: #cacbcd !important;
.ui.buttons > .sc__button:hover {
background-color: rgba(0,0,0,.03) !important;
}

.ui.card.sc__margin-height {
Expand Down

0 comments on commit 760c390

Please sign in to comment.