Skip to content

Commit 3dab6d4

Browse files
authored
Merge pull request #260 from codex-team/fix-editor-placeholders
fix(editor): placeholders fixed
2 parents 2aded0f + 77f154f commit 3dab6d4

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

codex-ui/dev/pages/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
flex-direction: column;
2020
align-items: center;
2121
justify-content: center;
22-
height: 100%;
22+
height: 80vh;
2323
2424
&__logo {
2525
font-size: 120px;

src/presentation/styles/reset.pcss

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -139,35 +139,6 @@ svg {
139139
display: block;
140140
}
141141

142-
input {
143-
width: 100%;
144-
height: 100%;
145-
margin: 0;
146-
padding: 0;
147-
font: inherit;
148-
line-height: 1;
149-
color: inherit;
150-
background-color: transparent;
151-
border: none;
152-
box-shadow: none;
153-
outline: none;
154-
appearance: none;
155-
156-
&[disabled]::placeholder {
157-
color: inherit;
158-
}
159-
160-
&:-webkit-autofill {
161-
&,
162-
&:hover,
163-
&:focus,
164-
&:active {
165-
transition-delay: 9999s;
166-
transition-property: background-color, color;
167-
}
168-
}
169-
}
170-
171142
h1, h2, h3, h4, h5, h6 {
172143
margin: unset;
173144
}

0 commit comments

Comments
 (0)