We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b6e58 commit 85cab93Copy full SHA for 85cab93
src/style/ActionButtonStyle.ts
@@ -12,6 +12,11 @@ export const actionButtonStyle = style({
12
cursor: 'pointer',
13
14
$nest: {
15
+ '&:active': {
16
+ transform: 'scale(1.272019649)',
17
+ overflow: 'hidden'
18
+ },
19
+
20
'&:disabled': {
21
cursor: 'default'
22
}
src/style/SinglePastCommitInfo.ts
@@ -26,8 +26,7 @@ export const commitOverviewNumbersClass = style({
26
27
export const commitDetailClass = style({
28
flex: '1 1 auto',
29
- margin: '0',
30
- overflow: 'auto'
+ margin: '0'
31
});
32
33
export const commitDetailHeaderClass = style({
0 commit comments