Remove dark theme exclusive inset shadow from FloatingArrow (#2257)
This commit is contained in:
parent
f38c4e2ff9
commit
2179f9e133
@ -2,11 +2,7 @@
|
|||||||
Copyright: Ankitects Pty Ltd and contributors
|
Copyright: Ankitects Pty Ltd and contributors
|
||||||
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
-->
|
-->
|
||||||
<script lang="ts">
|
<div class="arrow" />
|
||||||
import { pageTheme } from "../sveltelib/theme";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<div class="arrow" class:dark={$pageTheme.isDark} />
|
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@use "sass/elevation" as elevation;
|
@use "sass/elevation" as elevation;
|
||||||
@ -23,9 +19,5 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||||||
/* Rotate the box to indicate the different directions */
|
/* Rotate the box to indicate the different directions */
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|
||||||
&.dark {
|
|
||||||
box-shadow: inset 1px 1px 0 0 #565656;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user