Minor UI stylings

This commit is contained in:
Liyas Thomas
2019-11-19 20:29:18 +05:30
parent a22090e3df
commit 91d0422f53
2 changed files with 4 additions and 0 deletions

View File

@@ -724,6 +724,7 @@ input[type="radio"] + label {
input[type="radio"]:checked + label {
border-color: var(--fg-color);
color: var(--fg-color);
}
input[type="radio"]:checked + label + .tab {

View File

@@ -22,6 +22,9 @@
</li>
</ul>
</pw-section>
<br />
<pw-section class="green" label="Schema" ref="schema">
<Editor
:value="schemaString"