Merge pull request 'Fix shadow colors' (#475) from fix/bugfix into release/v9.0.0

This commit is contained in:
Julia Radzhabova
2025-06-03 10:21:32 +00:00
4 changed files with 8 additions and 4 deletions

View File

@ -273,7 +273,8 @@
div {
width: 32px;
height: 32px;
background: white;
background: @background-normal-ie;
background: @background-normal;
border-radius: 1px;
border: 1px @icon-normal-ie solid;
border: 1px @icon-normal solid;

View File

@ -195,7 +195,8 @@
div {
width: 32px;
height: 32px;
background: white;
background: @background-normal-ie;
background: @background-normal;
border-radius: 1px;
border: 1px @icon-normal-ie solid;
border: 1px @icon-normal solid;

View File

@ -188,7 +188,8 @@
div {
width: 32px;
height: 32px;
background: white;
background: @background-normal-ie;
background: @background-normal;
border-radius: 1px;
border: 1px @icon-normal-ie solid;
border: 1px @icon-normal solid;

View File

@ -186,7 +186,8 @@
div {
width: 32px;
height: 32px;
background: white;
background: @background-normal-ie;
background: @background-normal;
border-radius: 1px;
border: 1px @icon-normal-ie solid;
border: 1px @icon-normal solid;