mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Style soft folder separators
If you can see a folder but not its parents we concatenate the breadcrumb into one link. This styles folder separators inside these links a bit differently to make them do a bit less visual separation than the ones outside the links.
This commit is contained in:
@@ -36,6 +36,13 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $link-hover-colour;
|
color: $link-hover-colour;
|
||||||
|
|
||||||
|
.message-name-separator {
|
||||||
|
&:before {
|
||||||
|
border-color: $link-hover-colour;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
@@ -51,6 +58,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message-name-separator {
|
||||||
|
|
||||||
|
margin-right: -2px;
|
||||||
|
margin-left: -2px;
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
border-color: $link-colour;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-separator {
|
&-separator {
|
||||||
|
|||||||
Reference in New Issue
Block a user