From d865a4005da20167c6f2a56c0ccf02a7e76eaa7c Mon Sep 17 00:00:00 2001 From: Pascal Roehling Date: Thu, 1 Aug 2024 14:03:02 +0200 Subject: [PATCH] Fix deprecated sass issue --- README.md | 11 +++++++++++ packages/plugins/Gfi/src/components/List.vue | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22736b3bf..ff88d0e0e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@

POLAR

+ +inflight von glob, welches von jest (29.7.0) kommt +abab stammt von jsdom, welches von jest-environment-jsdom stammt; stammt auch von der jsdom Abhängigkeit data-urls +domexception stammt von jsdom, welches von jest-environment-jsdom stammt + +@humanwhocodes/config-array kommt von eslint (8.57.0) +rimraf@3.0.2 kommt von flat-cache, welches von file-entry-cache kommt, welches von eslint (8.57.0) kommt +@humanwhocodes/object-schema stammt von @humanwhocodes/config-array, welches von eslint (8.57.0) kommt + +consolidate kommt von @vue/component-compiler-utils, welches von @vue/vue2-jest kommt + **Plugins for OpenLAyeRs** is based on the [masterportalAPI](https://bitbucket.org/geowerkstatt-hamburg/masterportalapi) and [OpenLayers](https://openlayers.org/). POLAR is ... diff --git a/packages/plugins/Gfi/src/components/List.vue b/packages/plugins/Gfi/src/components/List.vue index 434de6a80..ff7af5ffd 100644 --- a/packages/plugins/Gfi/src/components/List.vue +++ b/packages/plugins/Gfi/src/components/List.vue @@ -192,13 +192,13 @@ export default Vue.extend({ } .v-list-item { + // needed for FF + outline-offset: -2px; + &::before { background: transparent; } - // needed for FF - outline-offset: -2px; - &:hover { outline: dashed 2px #3fa535; }