Skip to content

Commit

Permalink
Fix sass deprecation issue regarding declaration position
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Aug 2, 2024
1 parent 4a5733f commit 296492a
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 296492a

Please sign in to comment.