gbkannan89 commented on code in PR #7358:
URL: https://github.com/apache/trafficcontrol/pull/7358#discussion_r1118345229
##########
experimental/traffic-portal/src/styles.scss:
##########
@@ -152,3 +152,33 @@ button {
bottom: 16px;
right: 16px;
}
+// Breadcrumbs
+/* Style the list */
+ul.breadcrumb {
+ padding: 5px 0px 10px 0px;
+ margin-bottom: 1.5em;
+ list-style: none;
+ border-bottom: 1px solid #efefef;
+ }
+
+ /* Display list items side by side */
+ ul.breadcrumb li {
+ display: inline;
+ font-size: 16px;
+ }
+
+ /* Add a slash symbol (/) before/behind each list item */
+ ul.breadcrumb li+li:before {
+ padding: 8px;
+ content: "/\00a0";
+ }
+
+ /* Add a color to all links inside the list */
+ ul.breadcrumb li a {
+ text-decoration: none;
+ }
+
+ /* Add a color on mouse-over */
+ ul.breadcrumb li a:hover {
+ text-decoration: underline;
+ }
Review Comment:
Removed breadcrumb css as that part of code is removed from statuses details
page. I have noted this point, will use SCSS syntax.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]