Skip to content

Commit

Permalink
btn border fixed for quick selector
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeKeck committed Aug 10, 2024
1 parent c020d97 commit 11d8991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/ui/AppNumberField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
:disabled="(inputValue >= max && max !== null) || disabled"
flat
style="border-top-left-radius: 0px; border-bottom-left-radius: 0px; height: 36px; margin-left: 2px;"
:style="{
'border-bottom-right-radius': quickSelectors && quickSelectors.length > 0 ? '0px' : '4px',
}"
:color="'btncolor'"
min-width="10"
class="px-0"
Expand Down

0 comments on commit 11d8991

Please sign in to comment.