@itwin/itwinui-css 0.48.1 → 0.48.2

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.
package/css/all.css CHANGED
@@ -1282,6 +1282,8 @@ html.iui-theme-dark{
1282
1282
  .iui-color-swatch::after{
1283
1283
  content:'';
1284
1284
  position:absolute;
1285
+ left:0;
1286
+ top:0;
1285
1287
  width:inherit;
1286
1288
  height:inherit;
1287
1289
  border-radius:inherit;
@@ -104,6 +104,8 @@
104
104
  .iui-color-swatch::after{
105
105
  content:'';
106
106
  position:absolute;
107
+ left:0;
108
+ top:0;
107
109
  width:inherit;
108
110
  height:inherit;
109
111
  border-radius:inherit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/itwinui-css",
3
- "version": "0.48.1",
3
+ "version": "0.48.2",
4
4
  "author": "Bentley Systems",
5
5
  "license": "MIT",
6
6
  "main": "src/index.scss",
@@ -58,6 +58,8 @@ $iui-hover-box-shadow: 0 0 1px $iui-xxs + 1 rgba(var(--iui-color-foreground-body
58
58
  &::after {
59
59
  content: '';
60
60
  position: absolute;
61
+ left: 0;
62
+ top: 0;
61
63
  width: inherit;
62
64
  height: inherit;
63
65
  border-radius: inherit;