Explorar el Código

style(sidebar): add border between first group and bar menu

Jocelyn Boullier hace 4 años
padre
commit
9aec21579f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      extension/sidebar.css

+ 4 - 0
extension/sidebar.css

@@ -63,6 +63,10 @@ body,
   border-left: solid #cfcfcf 1px;
 }
 
+#bar-list-group li:first-child {
+  border-right: solid #cfcfcf 1px;
+}
+
 .group-name {
   color: #f9f9f2;
 }