Navigation and Filter components code improvements

This commit is contained in:
Paolo
2022-08-08 10:31:30 +02:00
parent 6b4b3bad6a
commit b912ca9a06
4 changed files with 82 additions and 18 deletions
+20
View File
@@ -45,3 +45,23 @@
margin-bottom: 12px;
}
.selection-before::before {
content: "";
position: absolute;
top: 0;
right: 100%;
height: 100%;
margin-right: 3px;
border-left: 2px solid #428bca;
}
.selection-after::after {
content: "";
position: absolute;
top: 0;
left: 100%;
height: 100%;
margin-left: 3px;
border-right: 2px solid #428bca;
}