Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🩹 fix action styles
Signed-off-by: Vinicius Reis <[email protected]>
  • Loading branch information
Vinicius Reis authored and juliusknorr committed Aug 18, 2022
commit ea6f9f8bfead085d824af3e10c23d2e4de1d0bcd
6 changes: 5 additions & 1 deletion src/components/Menu/ActionEntry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
}

.text-menubar, .popover {
.text-menubar, .v-popper__inner {
button.entry-action__button {
height: 44px;
margin: 0;
Expand Down Expand Up @@ -62,6 +62,10 @@
&.is-active {
background-color: var(--color-primary-light);
box-shadow: inset 2px 0 var(--color-primary);
border-radius: 0;
}
&:hover {
border-radius: 0;
}
}

Expand Down