Skip to content

Commit

Permalink
Fixed: CSS Editor: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed Apr 22, 2021
1 parent f031660 commit 7ec9327
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/page.settings/components/styles-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@
.nav-item(
:data-active="cssTarget === 'group'"
@click="selectCssTarget('group')") {{t('styles.css_group')}}
.awesome CSS
IS
AWESOME
.editor-box
textarea.editor(
ref="cssEditor"
Expand Down
7 changes: 0 additions & 7 deletions src/styles/themes/default/styles-editor.styl
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,3 @@
color: var(--info-fg)
-moz-user-select: text
z-index: 2

.StylesEditor .awesome
box(absolute)
pos(b: 32px, r: -120px)
text(s: rem(68), w: 700)
color: #00000008
white-space: pre

0 comments on commit 7ec9327

Please sign in to comment.