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 361a753 commit ed6b807Copy full SHA for ed6b807
src/style/CommitBox.ts
@@ -109,5 +109,7 @@ export const activeStyle = style({
109
export const disabledStyle = style({
110
cursor: 'not-allowed !important',
111
color: 'var(--jp-ui-font-color2) !important',
112
- backgroundColor: 'var(--jp-layout-color3) !important'
+ backgroundColor: 'var(--jp-layout-color3) !important',
113
+ // TypeScript does not know about the value with `!important` flag
114
+ pointerEvents: 'auto !important' as any
115
});
0 commit comments