changed view/css to actually show selected examples

This commit is contained in:
2020-01-02 14:22:59 +01:00
parent e7283c3ba1
commit 4c7ade67fc
2 changed files with 28 additions and 14 deletions

View File

@@ -154,6 +154,8 @@
}
.example {
clear: left;
.example-dot, .example-rest {
float: left;
}
@@ -162,6 +164,14 @@
margin-right: 1em;
}
.example-rest {
border: 1px transparent solid;
}
.example-chosen {
border: 1px @gray solid;
}
.example-text {
._hoverable();
}