File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ governing permissions and limitations under the License.
33
33
--spectrum-thumbnail-color-opacity-disabled : var (--spectrum-thumbnail-opacity-disabled );
34
34
}
35
35
36
- .spectrum-OpacityCheckerboard {
37
- --spectrum-opacity-checkerboard-size : var (--spectrum-thumbnail-opacity-checkerboard-square-size );
38
- }
39
-
40
36
.spectrum-Thumbnail--size50 {
41
37
--spectrum-thumbnail-size : var (--spectrum-thumbnail-size-50 );
42
38
}
@@ -127,6 +123,10 @@ governing permissions and limitations under the License.
127
123
overflow : hidden;
128
124
border-radius : var (--mod-thumbnail-border-radius , var (--spectrum-thumbnail-border-radius ));
129
125
}
126
+
127
+ & .spectrum-OpacityCheckerboard {
128
+ --spectrum-opacity-checkerboard-size : var (--spectrum-thumbnail-opacity-checkerboard-square- size);
129
+ }
130
130
}
131
131
/* stylelint-enable selector-pseudo-class-no-unknown */
132
132
You can’t perform that action at this time.
0 commit comments