Rethink rigboard color logic again

Also revert some broken stuff
This commit is contained in:
2020-09-12 10:07:58 +01:00
parent 6d836ee4dd
commit ba6dbc6980
5 changed files with 19 additions and 43 deletions

File diff suppressed because one or more lines are too long

View File

@@ -114,11 +114,6 @@ svg {
white-space: no-wrap;
}
input[required]::after,select[required]::after {
content: '*';
color: red;
}
html.embedded {
display: flex;
flex-direction: column;