Skip to content

Commit 85cab93

Browse files
committed
Add visual feedback when clicking on ActionButton
1 parent b6b6e58 commit 85cab93

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/style/ActionButtonStyle.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ export const actionButtonStyle = style({
1212
cursor: 'pointer',
1313

1414
$nest: {
15+
'&:active': {
16+
transform: 'scale(1.272019649)',
17+
overflow: 'hidden'
18+
},
19+
1520
'&:disabled': {
1621
cursor: 'default'
1722
}

src/style/SinglePastCommitInfo.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ export const commitOverviewNumbersClass = style({
2626

2727
export const commitDetailClass = style({
2828
flex: '1 1 auto',
29-
margin: '0',
30-
overflow: 'auto'
29+
margin: '0'
3130
});
3231

3332
export const commitDetailHeaderClass = style({

0 commit comments

Comments
 (0)