Skip to content

Commit

Permalink
fix: Action of type of FAB is always rendered with a border color equ…
Browse files Browse the repository at this point in the history
…al to secondary (close #1008)
  • Loading branch information
cnouguier committed Dec 7, 2024
1 parent f7b8b05 commit 2e89867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/client/components/action/KAction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ defineExpose({

<style lang="scss" scoped>
.k-action-fab, .k-action-fab-action {
border: 2px solid var(--q-secondary);
border: 2px solid;
border-color: v-bind(computedColor) - 75%;
}
.k-action-tab-active {
border-bottom: solid 2px;
Expand Down

0 comments on commit 2e89867

Please sign in to comment.