@selfcommunity/react-theme-default 1.2.5-alpha.0 → 1.2.5-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,9 +13,7 @@ declare const Component: {
13
13
  '& .SCFooter-item': {
14
14
  padding: any;
15
15
  color: any;
16
- '&:hover': {
17
- textDecoration: string;
18
- };
16
+ textDecoration: string;
19
17
  };
20
18
  };
21
19
  };
@@ -15,9 +15,7 @@ const Component = {
15
15
  '& .SCFooter-item': {
16
16
  padding: theme.spacing(0.5, 1),
17
17
  color: theme.palette.text.primary,
18
- '&:hover': {
19
- textDecoration: 'underline'
20
- }
18
+ textDecoration: 'underline'
21
19
  }
22
20
  }
23
21
  }),
@@ -4902,9 +4902,7 @@ declare const theme: {
4902
4902
  '& .SCFooter-item': {
4903
4903
  padding: any;
4904
4904
  color: any;
4905
- '&:hover': {
4906
- textDecoration: string;
4907
- };
4905
+ textDecoration: string;
4908
4906
  };
4909
4907
  };
4910
4908
  };
@@ -13,9 +13,7 @@ declare const Component: {
13
13
  '& .SCFooter-item': {
14
14
  padding: any;
15
15
  color: any;
16
- '&:hover': {
17
- textDecoration: string;
18
- };
16
+ textDecoration: string;
19
17
  };
20
18
  };
21
19
  };
@@ -13,9 +13,7 @@ const Component = {
13
13
  '& .SCFooter-item': {
14
14
  padding: theme.spacing(0.5, 1),
15
15
  color: theme.palette.text.primary,
16
- '&:hover': {
17
- textDecoration: 'underline'
18
- }
16
+ textDecoration: 'underline'
19
17
  }
20
18
  }
21
19
  }),
@@ -4902,9 +4902,7 @@ declare const theme: {
4902
4902
  '& .SCFooter-item': {
4903
4903
  padding: any;
4904
4904
  color: any;
4905
- '&:hover': {
4906
- textDecoration: string;
4907
- };
4905
+ textDecoration: string;
4908
4906
  };
4909
4907
  };
4910
4908
  };