Skip to content

Commit

Permalink
FIX Action Edit button UI (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova committed Mar 27, 2023
1 parent 8575600 commit 7660905
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions client/src/components/ActionMenu/ActionMenu.scss
Expand Up @@ -5,6 +5,16 @@
}
}

a {
&.dropdown-item {
color: $dropdown-color;

&:active {
color: $white;
}
}
}

.dropdown-item[class*="font-icon-"]::before {
position: relative;
margin-right: $btn-icon-spacing;
Expand Down

0 comments on commit 7660905

Please sign in to comment.