-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Light theme text selection opacity more consistent with OS (#2407)
- Loading branch information
1 parent
5e31043
commit 200d483
Showing
15 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@itwin/itwinui-react': patch | ||
--- | ||
|
||
Made the light theme's text selection background opacity more consistent with that of the OS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@itwin/itwinui-variables': patch | ||
--- | ||
|
||
Slightly increased `--iui-opacity-5` in the light theme to make its text selection background opacity more consistent with that of the OS. |
Binary file modified
BIN
+205 Bytes
(100%)
...nUI_tile_State_Play_Icon_focus_with_thumbnail_light_0_test-tile-3_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+65 Bytes
(100%)
..._tile_State_Quick_Action_focus_with_thumbnail_light_0_test-tile-2_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+41 Bytes
(100%)
..._tile_State_Quick_Action_hover_with_thumbnail_light_0_test-tile-2_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+42 Bytes
(100%)
...erence/iTwinUI_tile_State_Single_Button_focus_light_0_test-tile-2_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+43 Bytes
(100%)
...erence/iTwinUI_tile_State_Single_Button_hover_light_0_test-tile-2_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+46 Bytes
(100%)
...ile_State_Type_Indicator_focus_with_thumbnail_light_0_test-tile-2_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+5 Bytes
(100%)
...rence/iTwinUI_tile_State_focus_with_thumbnail_light_0_test-tile-5_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+417 Bytes
(100%)
...s/bitmaps_reference/iTwinUI_tile_State_hover_light_0_demo-default_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+534 Bytes
(100%)
...ence/iTwinUI_tile_State_hover_with_thumbnail_light_0_demo-default_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+115 Bytes
(100%)
.../bitmaps_reference/iTwinUI_tile_Type_Default_light_0_demo-default_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+167 Bytes
(100%)
..._tile_Type_Everything_turned_on_light_0_demo-everything-turned-on_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+378 Bytes
(100%)
...ults/bitmaps_reference/iTwinUI_tile_Type_Video_light_0_demo-video_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ $opacities: ( | |
2: 0.8, | ||
3: 0.6, | ||
4: 0.4, | ||
5: 0.2, | ||
5: 0.25, | ||
6: 0.1, | ||
); | ||
|
||
|