Skip to content

Commit b88e851

Browse files
Madman10Kalehander92
authored andcommitted
bugfix(frontend): add uniform disabled style for future in both event log and terminal
1 parent 2b4dfbc commit b88e851

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/frontend/styles/components/terminal.styl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.future
2+
color: white
3+
opacity: 0.5
4+
15
.line-before, .line-before-or-on
26
color: COLOR
37
opacity: 1.0
@@ -31,4 +35,4 @@
3135
color: white
3236
word-wrap: break-all
3337
white-space: pre-line
34-
cursor: pointer
38+
cursor: pointer

0 commit comments

Comments
 (0)