@@ -7,7 +7,7 @@ type CountProps = {
const CountBadge: FC<CountProps> = (props:CountProps) => {
return (
<>
- <span className="grw-pagetree-count px-2 badge badge-pill badge-light">
+ <span className="grw-count-badge px-2 badge badge-pill badge-light">
{props.count}
</span>
</>
@@ -21,7 +21,7 @@ $grw-pagetree-item-padding-left: 10px;
display: block;
}
- .grw-pagetree-count {
+ .grw-count-badge {
display: none;
@@ -49,7 +49,7 @@ $grw-pagetree-item-padding-left: 10px;
width: auto;
padding: 0.1rem 0;
font-size: 12px;
@@ -287,7 +287,7 @@ ul.pagination {
.grw-pagetree-triangle-btn {
@include button-outline-svg-icon-variant($secondary, $gray-200);
color: $gray-400;
background: $gray-700;
@@ -192,7 +192,7 @@ $dropdown-link-active-bg: $bgcolor-dropdown-link-active;
@include button-outline-svg-icon-variant($gray-400, $primary);
color: $gray-500;
background: $gray-200;