Skip to content

Commit

Permalink
Fix deprecated sass issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Aug 1, 2024
1 parent 4a5733f commit d865a40
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

<h1 align="center"><img alt="POLAR" height="80px" src="./pages/assets/iceberg.svg" /></h1>


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)
[email protected] 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 ...
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/Gfi/src/components/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d865a40

Please sign in to comment.