Skip to content

Commit c605b51

Browse files
committed
🔥 不要なcss記述を削除
1 parent adbb9f3 commit c605b51

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

test/BigFloat/style.css

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ select {
3939
flex-direction: row;
4040
font-family: monospace;
4141
font-size: 1.1em;
42-
height: 3em;
42+
height: auto;
4343
justify-content: flex-start;
4444
min-width: 0;
4545
overflow-x: auto;
@@ -192,21 +192,7 @@ select {
192192
--btn-color: #4b0082;
193193
}
194194

195-
/* span:has(+ span > span > .JLS_disp-item-placeholder) > span > .JLS_disp-cursor {
196-
margin-right: -3px;
197-
} */
198195
.JLS_disp-item-placeholder {
199196
border: 1px solid #ccc;
200197
color: transparent;
201198
}
202-
203-
.JLS_disp-item-static {
204-
color: #1ca19d;
205-
}
206-
207-
.JLS_disp-item-func-open,
208-
.JLS_disp-item-func-close,
209-
.JLS_disp-item-struct-func-open,
210-
.JLS_disp-item-struct-func-close {
211-
color: #4b0082;
212-
}

0 commit comments

Comments
 (0)