@itwin/itwinui-css 3.0.0-dev.0 → 3.0.0-dev.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.
- package/CHANGELOG.md +200 -1
- package/LICENSE.md +1 -1
- package/css/all.css +1 -1
- package/css/global.css +1 -1
- package/package.json +1 -1
package/css/global.css
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
:where(.iui-root){color:var(--iui-color-text);font-size:var(--iui-font-size-1);line-height:1.5;font-family:var(--iui-font-sans)}:where(body.iui-root){margin:0}:where(body.iui-root,.iui-root.iui-root-background){background-color:var(--iui-color-background-backdrop)}:where(.iui-root,.iui-root *){
|
|
5
|
+
:where(.iui-root){color:var(--iui-color-text);font-size:var(--iui-font-size-1);line-height:1.5;font-family:var(--iui-font-sans)}:where(body.iui-root){margin:0}:where(body.iui-root,.iui-root.iui-root-background){background-color:var(--iui-color-background-backdrop)}:where(.iui-root,.iui-root *)::selection,:where(.iui-root,.iui-root *) ::selection{background-color:hsl(var(--iui-color-accent-hsl)/var(--iui-opacity-4));color:var(--iui-color-text)}:where(.iui-root,.iui-root *){scrollbar-color:hsl(var(--iui-color-foreground-hsl)/var(--iui-opacity-4))transparent;scrollbar-width:thin}@supports not (scrollbar-color:auto){:where(.iui-root,.iui-root *)::-webkit-scrollbar{max-inline-size:var(--iui-size-xs);max-block-size:var(--iui-size-xs)}:where(.iui-root,.iui-root *)::-webkit-scrollbar-thumb{background-color:hsl(var(--iui-color-foreground-hsl)/var(--iui-opacity-4));border-radius:var(--iui-border-radius-round)}:where(.iui-root,.iui-root *)::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--iui-color-foreground-hsl)/var(--iui-opacity-3))}:where(.iui-root,.iui-root *)::-webkit-scrollbar-track{background-color:#0000}:where(.iui-root,.iui-root *)::-webkit-scrollbar-corner{background-color:#0000}}:where(.iui-root,.iui-root *),:where(.iui-root,.iui-root *):before,:where(.iui-root,.iui-root *):after{box-sizing:border-box}:where(.iui-root,.iui-root *):where(:focus-visible){outline:2px solid var(--iui-color-border-accent)}@keyframes iui-fade-in{0%{visibility:visible;opacity:0}to{opacity:1}}
|