Skip to content

Commit

Permalink
test: stylint
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jan 30, 2024
1 parent 90ccda7 commit 95538fd
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/SearchBlock/less/searchview.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ body.searchlib-page {
.active.item {
.tab-icon {
.count {
border: none;
color: @white;
background-color: @primaryColor;
border: 2px solid @primaryColor;
background-color: @primaryColor;
color: @white;
}
}
}
Expand All @@ -53,18 +52,18 @@ body.searchlib-page {

.tab-icon .count {
font-size: 10px;
font-weight: bold;
border-radius: 50%;
height: 26px;
width: 26px;
line-height: 23px;
height: 26px;
border-radius: 50%;
font-weight: bold;
background-color: @white;
color: #3d5265; // TODO: replace with @blue-grey-5 from volto-design-tokens
border: 2px solid #3d5265;
line-height: 23px;
top: auto;
border: 2px solid #3d5265;
color: #3d5265; // TODO: replace with @blue-grey-5 from volto-design-tokens
position: absolute;
bottom: -0.6em;
text-align: center;
position: absolute;
z-index: 100;
left: 100%;
margin-left: -1.5em;
Expand Down

0 comments on commit 95538fd

Please sign in to comment.