Skip to content

Commit

Permalink
Merge pull request #260 from codex-team/fix-editor-placeholders
Browse files Browse the repository at this point in the history
fix(editor): placeholders fixed
  • Loading branch information
neSpecc authored Jul 13, 2024
2 parents 2aded0f + 77f154f commit 3dab6d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion codex-ui/dev/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
height: 80vh;
&__logo {
font-size: 120px;
Expand Down
29 changes: 0 additions & 29 deletions src/presentation/styles/reset.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -139,35 +139,6 @@ svg {
display: block;
}

input {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font: inherit;
line-height: 1;
color: inherit;
background-color: transparent;
border: none;
box-shadow: none;
outline: none;
appearance: none;

&[disabled]::placeholder {
color: inherit;
}

&:-webkit-autofill {
&,
&:hover,
&:focus,
&:active {
transition-delay: 9999s;
transition-property: background-color, color;
}
}
}

h1, h2, h3, h4, h5, h6 {
margin: unset;
}

0 comments on commit 3dab6d4

Please sign in to comment.