mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Ensure join words are not bold
This commit is contained in:
@@ -84,7 +84,7 @@ Darkswarm.controller "ProductsCtrl", ($scope, $sce, $filter, $rootScope, Product
|
||||
).join($scope.filtersJoinWord()) if $scope.activeProperties?
|
||||
|
||||
$scope.filtersJoinWord = ->
|
||||
$sce.trustAsHtml(" <span>#{t('products_or')}</span> ")
|
||||
$sce.trustAsHtml(" <span class='join-word'>#{t('products_or')}</span> ")
|
||||
|
||||
$scope.clearAll = ->
|
||||
$scope.clearQuery()
|
||||
|
||||
@@ -148,6 +148,10 @@
|
||||
&.applied-taxons, &.applied-properties {
|
||||
color: $clr-blue;
|
||||
font-weight: bold;
|
||||
|
||||
.join-word {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
&.applied-search {
|
||||
|
||||
Reference in New Issue
Block a user