diff --git a/README.md b/README.md
index 22736b3bf..ff88d0e0e 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,17 @@

+
+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;
}