Skip to content

Commit

Permalink
Cleanup old iconfont plugins
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Apr 1, 2021
1 parent 47366fe commit 82ac3fb
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 201 deletions.
177 changes: 3 additions & 174 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"gettext-extractor": "^3.5.2",
"gettext-parser": "^4.0.3",
"glob": "^7.1.6",
"iconfont-plugin-webpack": "^1.1.4",
"jest": "^26.4.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-serializer-vue": "^2.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ export default {
</script>

<style lang="scss" scoped>
@import '../../fonts/scss/iconfont-vue';

.icon-collapse {
position: absolute;
z-index: 105; // above a, under button
Expand Down
2 changes: 0 additions & 2 deletions src/components/AppNavigationItem/AppNavigationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,6 @@ export default {
</script>

<style lang="scss">
@import '../../fonts/scss/iconfont-vue';

.app-navigation-entry {
position: relative;
display: flex;
Expand Down
5 changes: 4 additions & 1 deletion src/components/Avatar/Avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@
<PopoverMenu :menu="menu" />
<template slot="trigger">
<div v-if="contactsMenuLoading" class="icon-loading" />
<DotsHorizontal v-else :size="24" class="icon-more" decorative />
<DotsHorizontal v-else
:size="24"
class="icon-more"
decorative />
</template>
</Popover>

Expand Down
2 changes: 1 addition & 1 deletion src/components/ColorPicker/ColorPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export default {
this.currentColor = color

/**
*
*
*/
this.$emit('close')

Expand Down
11 changes: 8 additions & 3 deletions src/components/Modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,14 @@ export default {
class="play-pause-icons"
@click="togglePlayPause">
<!-- Play/pause icons -->
<Play v-if="!playing" :size="iconSize" class="play-pause-icons__play" decorative />
<Pause v-else :size="iconSize" class="play-pause-icons__pause" decorative />
<Play v-if="!playing"
:size="iconSize"
class="play-pause-icons__play"
decorative />
<Pause v-else
:size="iconSize"
class="play-pause-icons__pause"
decorative />
<span class="hidden-visually">
{{ playPauseTitle }}
</span>
Expand Down Expand Up @@ -632,7 +638,6 @@ $header-size: 50px;
background-size: 22px;
}


::v-deep button {
// force white instead of default main text
color: #fff;
Expand Down
2 changes: 0 additions & 2 deletions src/components/RichContenteditable/RichContenteditable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,6 @@ export default {
</style>

<style lang="scss">
@import '../../fonts/scss/iconfont-vue';

.tribute-container {
z-index: 9000;
overflow: auto;
Expand Down
Loading

0 comments on commit 82ac3fb

Please sign in to comment.