Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Nov 15, 2022
1 parent b639666 commit fe76714
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

.searchapp-datahub {
/**
* Search box
*/
* Search box
*/
.sui-search-box .search-input .terms-box {
border-color: @blue-5;

Expand All @@ -33,8 +33,8 @@
}

/**
* Tabs
*/
* Tabs
*/
.ui.secondary.pointing.content-section-tabs.menu {
a.item {
color: @blue-grey-5;
Expand All @@ -47,8 +47,8 @@
}

/**
* Filters
*/
* Filters
*/
.above-results .sorting .inline.dropdown > span,
.dropdown-facets-list .ui.button.sui-button:hover,
.ui.basic.button.sui-button,
Expand All @@ -57,8 +57,8 @@
}

/**
* Pagination
*/
* Pagination
*/
.search-body-footer {
.ui.button.pagination-item {
&.active,
Expand All @@ -75,8 +75,8 @@
}

/**
* Datahub item view
*/
* Datahub item view
*/
.view-datahub-item {
color: @blue-grey-5;

Expand Down
2 changes: 1 addition & 1 deletion src/SearchBlock/less/dropdown-filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
}

.sidebar-wrapper {
z-index: 999;
display: flex;
height: 100%;
z-index: 999;
flex-direction: column;
padding: 1em;

Expand Down
14 changes: 7 additions & 7 deletions src/SearchBlock/less/searchresult.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}

/*---------------------
Listing view
-----------------------*/
Listing view
-----------------------*/

.result-item {
.slot-head {
Expand Down Expand Up @@ -77,20 +77,20 @@
}

/*---------------------
Cards view
-----------------------*/
Cards view
-----------------------*/

body.searchlib-page {
.searchlib-block {
.ui.four.cards {
.ui.card.card-item {
width: unset;
min-width: 200px;
font-size: 12px;
flex-basis: 200px;
flex-grow: 1;
border: 1px solid @sf-light-gray2;
border-radius: 0;
font-size: 12px;

&.hovered {
a.image {
Expand Down Expand Up @@ -227,8 +227,8 @@ body.searchlib-page {
}

/*---------------------
Results modal
-----------------------*/
Results modal
-----------------------*/

.listing-view-item.header {
cursor: pointer;
Expand Down

0 comments on commit fe76714

Please sign in to comment.