Skip to content

Commit

Permalink
Merge pull request #155 from Dataport/fix/sass
Browse files Browse the repository at this point in the history
Fix sass deprecation issue regarding declaration position
  • Loading branch information
dopenguin authored Aug 26, 2024
2 parents 6309f9e + bdfa204 commit 3bff6f4
Showing 1 changed file with 3 additions and 3 deletions.
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 3bff6f4

Please sign in to comment.