Fully remove edge highlights #1

This commit is contained in:
david-swift 2025-02-25 15:43:21 +01:00
parent 5e8f8f717e
commit 50df9fefe1
2 changed files with 1 additions and 8 deletions

View File

@ -140,7 +140,7 @@
--disabled-opacity: 0.6;
// SHADOWS
--edge-highlight: inset 0 0.0625rem 0 rgb(255 255 255 / 0.1);
--edge-highlight: 0 0 transparent;
--shadow: 0 0 0 0.0625rem rgb(0 0 0 / 0.03),
0 0.0625rem 0.1875rem 0.0625rem rgb(0 0 0 / 0.07),
0 0.125rem 0.375rem 0.125rem rgb(0 0 0 / 0.03);

View File

@ -1,7 +0,0 @@
@import "../_variables.scss";
@include theme-variables using ($theme) {
@if $theme == "light" {
--edge-highlight: 0 0 transparent;
}
}