Skip to content

Commit

Permalink
#1402 fix how left loobar menus and shadows (#1421)
Browse files Browse the repository at this point in the history
* fix shadows and how left tool bar menus open

* fix shadow colour

* change opacity

* Update ToolbarMultiToolItem.module.less

* Update ToolbarMultiToolItem.module.less
  • Loading branch information
fedorseliankin authored Apr 12, 2022
1 parent 0960e96 commit b2ba3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
background: @color-background-primary;
border: 1px solid @border-color;
border-radius: 5px;
box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
box-shadow: 3px 4px 4px rgba(103, 104, 132, 0.25);

// TODO: move to action button styles, when all buttons will have same style
& > button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const ToolbarMultiToolItem = (props: Props) => {
> = {
disableableButtons,
indigoVerification,
onAction
onAction: selected ? () => onOpenOptions() : onAction
}

const onOpenOptions = () => {
Expand Down

0 comments on commit b2ba3fc

Please sign in to comment.