@selfcommunity/react-theme-default 0.4.2-courses.133 → 0.4.2-courses.135

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.
@@ -31,6 +31,11 @@ declare const Component: {
31
31
  '& .SCLessonDrawer-header-edit': {
32
32
  justifyContent: string;
33
33
  };
34
+ '& .SCScrollContainer-root:hover': {
35
+ '& .Mui-disabled': {
36
+ opacity: string;
37
+ };
38
+ };
34
39
  };
35
40
  };
36
41
  };
@@ -32,6 +32,11 @@ const Component = {
32
32
  },
33
33
  '& .SCLessonDrawer-header-edit': {
34
34
  justifyContent: 'space-between'
35
+ },
36
+ '& .SCScrollContainer-root:hover': {
37
+ '& .Mui-disabled': {
38
+ opacity: '0.38 !important'
39
+ }
35
40
  }
36
41
  })
37
42
  }
@@ -5265,6 +5265,11 @@ declare const theme: {
5265
5265
  '& .SCLessonDrawer-header-edit': {
5266
5266
  justifyContent: string;
5267
5267
  };
5268
+ '& .SCScrollContainer-root:hover': {
5269
+ '& .Mui-disabled': {
5270
+ opacity: string;
5271
+ };
5272
+ };
5268
5273
  };
5269
5274
  };
5270
5275
  };
@@ -31,6 +31,11 @@ declare const Component: {
31
31
  '& .SCLessonDrawer-header-edit': {
32
32
  justifyContent: string;
33
33
  };
34
+ '& .SCScrollContainer-root:hover': {
35
+ '& .Mui-disabled': {
36
+ opacity: string;
37
+ };
38
+ };
34
39
  };
35
40
  };
36
41
  };
@@ -30,6 +30,11 @@ const Component = {
30
30
  },
31
31
  '& .SCLessonDrawer-header-edit': {
32
32
  justifyContent: 'space-between'
33
+ },
34
+ '& .SCScrollContainer-root:hover': {
35
+ '& .Mui-disabled': {
36
+ opacity: '0.38 !important'
37
+ }
33
38
  }
34
39
  })
35
40
  }
@@ -5265,6 +5265,11 @@ declare const theme: {
5265
5265
  '& .SCLessonDrawer-header-edit': {
5266
5266
  justifyContent: string;
5267
5267
  };
5268
+ '& .SCScrollContainer-root:hover': {
5269
+ '& .Mui-disabled': {
5270
+ opacity: string;
5271
+ };
5272
+ };
5268
5273
  };
5269
5274
  };
5270
5275
  };