Forráskód Böngészése

[FIX] remove options from searcher

Gogs 7 éve
szülő
commit
6285c22796
1 módosított fájl, 0 hozzáadás és 25 törlés
  1. 0 25
      src/components/ProductsSearcher.vue

+ 0 - 25
src/components/ProductsSearcher.vue

@@ -1,12 +1,6 @@
 <template lang="pug">
     .products-searcher
         input(type="text" placeholder="Buscar un producto")
-        select.category-selector
-            option(selected) Todos
-            option Todos
-            option Categoría 001
-            option Categoría 002
-            option Categoría 003
 </template>
 
 <script>
@@ -30,23 +24,4 @@
                 size: 11pt
                 style: normal
                 weight: bold
-        
-        .category-selector
-            width: 150px
-            height: inherit
-            position: absolute
-            border-radius: 0
-            border: none
-            background: #2196f3
-            color: #fff
-
-            &:active
-                border: none !important
-                box-shadow: none !important
-
-            option
-                width: 150px
-                height: 35px !important
-                background: #f5f5f5
-                color: #666
 </style>