_common.scss: Use : for properties in new comments
This is cosmetic and unlikely to have confused anyone, but still
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user