forked from david-swift/duckling
Fully remove edge highlights #1
This commit is contained in:
parent
5e8f8f717e
commit
50df9fefe1
@ -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);
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
@import "../_variables.scss";
|
||||
|
||||
@include theme-variables using ($theme) {
|
||||
@if $theme == "light" {
|
||||
--edge-highlight: 0 0 transparent;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user