diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/src/renderer/components/select-location/LocationRow.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/src/renderer/components/select-location/LocationRow.tsx b/gui/src/renderer/components/select-location/LocationRow.tsx index 431df24331..e958bd0c98 100644 --- a/gui/src/renderer/components/select-location/LocationRow.tsx +++ b/gui/src/renderer/components/select-location/LocationRow.tsx @@ -105,6 +105,10 @@ const StyledHoverIconButton = styled.button<IButtonColorProps & { $isLast?: bool height: measurements.rowMinHeight, appearance: 'none', + '&&:last-child': { + paddingRight: '25px', + }, + '&&:not(:disabled):hover': { backgroundColor: props.$backgroundColor, }, |
