Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 9f90c3d

Browse files
author
Jani Anttonen
committed
improve join channel placeholder legibility
1 parent 64d78b6 commit 9f90c3d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/styles/ControlPanel.scss

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@import 'Animations';
2-
@import 'Colors';
1+
@import "Animations";
2+
@import "Colors";
33

44
$channel-name-max-height: 5.5vmin;
55
$channel-name-min-height: 1.5em;
@@ -33,12 +33,12 @@ $channel-name-min-height: 1.5em;
3333

3434
&.left {
3535
left: 0;
36-
border-left: '0';
36+
border-left: "0";
3737
}
3838

3939
&.right {
4040
right: 0;
41-
border-right: '0';
41+
border-right: "0";
4242
}
4343

4444
.panelHeader {
@@ -72,6 +72,9 @@ $channel-name-min-height: 1.5em;
7272
box-sizing: border-box;
7373
margin: 2em 0em;
7474
margin-bottom: 1em;
75+
input::placeholder {
76+
color: rgba(255, 255, 255, 0.8);
77+
}
7578
}
7679

7780
.spinner {
@@ -183,7 +186,7 @@ $channel-name-min-height: 1.5em;
183186
}
184187

185188
&.active .ChannelLink:before {
186-
content: '';
189+
content: "";
187190
margin-right: 4px;
188191
}
189192

@@ -241,7 +244,7 @@ $channel-name-min-height: 1.5em;
241244
}
242245

243246
.submitButton,
244-
input[type='submit'] {
247+
input[type="submit"] {
245248
display: flex;
246249
align-self: flex-end;
247250
margin: 0.75em;

0 commit comments

Comments
 (0)