Update link style in terminal
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
@inject BuildService BuildService
|
@inject BuildService BuildService
|
||||||
|
|
||||||
@implements IDisposable
|
@implements IDisposable
|
||||||
|
<style>
|
||||||
|
.xterm-underline-5.xterm-underline-5 { /* Specificity hack lol */
|
||||||
|
text-decoration: dotted underline;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<div style="width: 100%">
|
<div style="width: 100%">
|
||||||
<Xterm @ref="@_terminalRef" Options="@_options" />
|
<Xterm @ref="@_terminalRef" Options="@_options" />
|
||||||
|
|||||||
Reference in New Issue
Block a user