Revert "feat: Tag List on Unit page (feature-flagged) (#33645)" (#33740)

This reverts commit 104d42c67a.
This commit is contained in:
Rebecca Graber
2023-11-17 15:12:47 -05:00
committed by GitHub
parent c240fd8b52
commit c66ed87f65
13 changed files with 44 additions and 501 deletions

View File

@@ -119,34 +119,6 @@
}
}
// inverse primary button
%btn-primary-inverse {
@extend %ui-btn-primary;
background: theme-color("inverse");
border-color: theme-color("primary");
color: theme-color("primary");
&:hover,
&:active {
background: theme-color("primary");
border-color: $uxpl-blue-hover-active;
color: theme-color("inverse");
}
&.current,
&.active {
background: theme-color("primary");
border-color: $uxpl-blue-hover-active;
color: theme-color("inverse");
&:hover,
&:active {
background: theme-color("primary");
}
}
}
// +Secondary Button - Extends
// ====================
// gray secondary button

View File

@@ -242,77 +242,6 @@
}
}
.unit-tags {
.wrapper-tags {
margin-bottom: $baseline;
padding: ($baseline*0.75);
background-color: $white;
.wrapper-tag-header {
display: flex;
justify-content: space-between;
.tag-title {
font-weight: bold;
}
.count-badge {
background-color: $gray-l5;
border-radius: 50%;
display: inline-block;
padding: 0px 8px;
}
}
.wrapper-tag-header:focus {
border: 1px dotted gray;
}
.action-primary {
@extend %btn-primary-inverse;
width: 100%;
margin: 16px 2px 8px 2px;
}
.wrapper-tag-content {
background-color: $white;
.content-taxonomies {
display: flex;
flex-direction: column;
padding-top: 10px;
.tagging-label {
display: flex;
padding: 4px 0px;
.tagging-label-value {
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tagging-label-count {
display: inline-block;
margin: 0 0.5em;
}
}
.tagging-label:hover,
.tagging-label:focus {
color: $blue;
}
.icon {
margin-left: 5px;
}
}
}
}
}
// versioning widget
.unit-publish-history {
.wrapper-last-publish {