Skip to content

Commit

Permalink
Merge branch 'next' into IF-298-added-period-calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir authored and Vladimir committed Sep 11, 2023
2 parents 8d5ef01 + 5ebef42 commit 5c3d362
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/react-ui/components/Button/Button.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ export const styles = memoizeStyle({
linkDisabled(t: Theme) {
return css`
cursor: default;
pointer-events: none;
&,
&:hover:enabled,
Expand Down Expand Up @@ -359,7 +358,6 @@ export const styles = memoizeStyle({
disabled(t: Theme) {
return css`
cursor: default;
pointer-events: none;
box-shadow: 0 0 0 ${t.btnBorderWidth} ${t.btnDisabledBorderColor};
background-image: none;
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/internal/themes/Theme2022.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export class Theme2022 extends (class {} as typeof DefaultThemeInternal) {
public static modalCloseButtonPadding = '32px';
public static modalCloseIconSize = '20px';
public static mobileModalCloseIconSize = '20px';
public static mobileModalCloseButtonRightPadding = '12px';
public static mobileModalCloseButtonRightPadding = '16px';
public static mobileModalCloseButtonTopPadding = '8px';
public static modalHeaderPaddingBottom = '16px';
public static modalBackBg = '#000';
Expand Down

0 comments on commit 5c3d362

Please sign in to comment.