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 cf8d323 commit cec3985Copy full SHA for cec3985
src/components/tile-manager/themes/shared/tile/tile.common.scss
@@ -38,6 +38,16 @@ $theme: $material;
38
}
39
40
41
+:host([part='resizing']),
42
+:host([part='dragging']) {
43
+ border-radius: var-get($theme, 'border-radius');
44
+}
45
+
46
47
+ background: var-get($theme, 'placeholder-background');
48
+ border: rem(1px) solid var-get($theme, 'ghost-border');
49
50
51
[part~='base'][part~='resizing'] {
52
opacity: 0.3;
53
src/components/tile-manager/themes/tile.base.scss
@@ -13,9 +13,6 @@
13
14
:host([part='resizing']),
15
:host([part='dragging']) {
16
- background: var(--placeholder-background);
17
- border-radius: var(--border-radius);
18
-
19
igc-resize {
20
--resize-visibility: hidden;
21
0 commit comments