_common.scss: Use : for properties in new comments

This is cosmetic and unlikely to have confused anyone, but still
This commit is contained in:
Daniel Boles
2018-03-19 14:27:28 +00:00
parent e0befe02fa
commit f4bb394d60
2 changed files with 2 additions and 2 deletions

View File

@@ -1415,7 +1415,7 @@ searchbar > revealer > box,
}
searchbar > revealer > box {
// workaround: undo the GtkContainer::border-width and use CSS padding instead
// workaround: undo the GtkContainer:border-width and use CSS padding instead
margin: -6px;
padding: 6px;
}

View File

@@ -1178,7 +1178,7 @@ searchbar > revealer > box {
border-color: $borders_color;
border-style: none none solid none;
// workaround: undo the GtkContainer::border-width and use CSS padding instead
// workaround: undo the GtkContainer:border-width and use CSS padding instead
margin: -6px;
padding: 9px;
}