Skip to content

Commit

Permalink
fix(ui-studio): better disabled toolbar items
Browse files Browse the repository at this point in the history
  • Loading branch information
EFF committed May 7, 2019
1 parent e6c3e5f commit 42f1ac3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/bp/ui-studio/src/web/views/FlowBuilder/toolbar.scss
Expand Up @@ -31,7 +31,7 @@
margin: 6px 0 0 2px;
height: 30px;
background: 0;
border-color: transparent;
border-color: transparent !important;
border-style: solid;
border-width: 1px;
border-radius: 2px;
Expand All @@ -56,10 +56,7 @@
opacity: 0.54;
}

&:hover {
border-color: transparent !important;
border-color: rgba(0, 0, 0, 0.06);

&:not([disabled]):hover {
i {
opacity: 1;
}
Expand Down

0 comments on commit 42f1ac3

Please sign in to comment.