Project

General

Profile

« Previous | Next » 

Revision 5b16c0dc

Added by Amir Fefer almost 6 years ago

Fixes #23391, #23251 - adjsut breadcrumbs swticher to pf design

View differences:

webpack/assets/javascripts/react_app/components/BreadcrumbBar/components/BreadcrumbSwitcherPopover.scss
@import '../../../common/colors';
.popover-content {
max-height: $switcher-max-height;
overflow-y: auto;
max-width: $switcher-max-width;
min-width: $switcher-max-width;
.fa-spinner {
margin-top: 12px;
}
#breadcrumb-switcher-popover {
z-index: 1000 !important;
.breadcrumb-switcher-popover-error {
color: #f00;
}
.popover-content {
padding-left: 0;
padding-right: 0;
max-height: $switcher-max-height;
overflow: hidden;
max-width: $switcher-max-width;
min-width: $switcher-max-width;
.list-group-item {
padding: 5px 3px;
.fa-spinner {
margin-top: 12px;
}
&:hover {
color: #fff;
background-color: #39a5dc;
border-color: #39a5dc;
.breadcrumb-switcher-popover-error {
text-indent: 10px;
color: #f00;
}
}
.no-border {
border: none;
}
}
.list-group-item {
padding: 5px 3px;
text-indent: 10px;
#breadcrumb-switcher-popover {
z-index: 1000 !important;
}
&:hover {
color: #fff;
background-color: #0089c7;
}
.scrollable-list {
margin-top: 5px;
&.active {
background-color: #0089c7;
}
}
.no-border {
border: none;
}
.pager {
margin: 10px 13px;
a {
width: 22px;
}
&.list-group {
border-top: 0;
.fa {
margin-left: -2px;
}
}
.scrollable-list {
margin-top: 5px;
&.list-group {
border-top: 0;
}
}
}
}

Also available in: Unified diff