mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Remove unused styling and unneeded comments
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
|
||||
li.active a
|
||||
color: $clr-brick
|
||||
// border: 1px solid $clr-brick
|
||||
render-svg
|
||||
svg
|
||||
path
|
||||
@@ -77,7 +76,6 @@
|
||||
height: 1.5rem
|
||||
margin: 0
|
||||
padding: 0
|
||||
// margin-right: 0.25rem
|
||||
svg
|
||||
width: 1.5rem
|
||||
height: 1.5rem
|
||||
@@ -88,17 +86,8 @@
|
||||
margin-bottom: 0 !important
|
||||
|
||||
#active-table-search
|
||||
position: relative
|
||||
i.ofn-i_020-search
|
||||
// position: absolute
|
||||
// left: 26px
|
||||
// top: 12px
|
||||
// font-size: 1.6em
|
||||
// z-index: 2
|
||||
// color: #b2b2b2
|
||||
|
||||
position: relative
|
||||
@include placeholder(rgba(0,0,0,0.3), #888)
|
||||
|
||||
input[type="text"]
|
||||
@include big-input(rgba(0,0,0,0.2), #999, #000)
|
||||
|
||||
|
||||
@@ -31,7 +31,4 @@
|
||||
.small-12.columns
|
||||
%a.button.secondary.small.expand{"ng-click" => "clearAll()"}
|
||||
%i.ofn-i_009-close
|
||||
Clear all filters
|
||||
|
||||
/ .row.animate-show{"ng-show" => "filtersActive"}
|
||||
/ %a{"ng-click" => "clearAll()"} Clear all
|
||||
Clear all filters
|
||||
@@ -16,9 +16,6 @@
|
||||
placeholder: "Search by Producer name or Suburb / State",
|
||||
"ng-debounce" => "150",
|
||||
"ofn-disable-enter" => true}
|
||||
/ %placeholder
|
||||
/ %i.ofn-i_020-search
|
||||
/ Search Producer or by Suburb / Postcode / State
|
||||
|
||||
= render partial: "producers/filters"
|
||||
|
||||
@@ -35,7 +32,7 @@
|
||||
.small-12.columns
|
||||
= render partial: 'producers/skinny'
|
||||
= render partial: 'producers/fat'
|
||||
|
||||
|
||||
%producer.row{"ng-show" => "producers.length == 0"}
|
||||
%p.no-results
|
||||
Sorry, no results found for
|
||||
|
||||
Reference in New Issue
Block a user