Changeset 3252142
- Timestamp:
- 03/07/2025 11:51:22 AM (13 months ago)
- Location:
- fast-fuzzy-search/trunk
- Files:
-
- 5 edited
-
css/admin.output.css (modified) (2 diffs)
-
css/style.input.css (modified) (3 diffs)
-
css/style.output.css (modified) (6 diffs)
-
fast-fuzzy-search.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fast-fuzzy-search/trunk/css/admin.output.css
r3250232 r3252142 35 35 } 36 36 37 .left-1\/2 {38 left: 50%;39 }40 41 37 .right-4 { 42 38 right: 1rem; … … 327 323 .justify-between { 328 324 justify-content: space-between; 329 }330 331 .gap-1 {332 gap: 0.25rem;333 325 } 334 326 -
fast-fuzzy-search/trunk/css/style.input.css
r3250253 r3252142 131 131 132 132 .fast-fuzzy-search--minimal-light .fast-fuzzy-search__chip-button { 133 @apply inline-flex !text-sm gap-2 justify-center items-center transition text-neutral-700 rounded-full border border-solid border-neutral-300 py-1.5 pr-3 pl-3 shrink-0 bg-white hover:bg-neutral-50;133 @apply inline-flex !text-sm gap-2 justify-center items-center transition text-neutral-700 rounded-full border border-solid border-neutral-300 py-1.5 pr-3 pl-3 shrink-0 bg-white no-underline hover:bg-neutral-50; 134 134 } 135 135 … … 147 147 148 148 .fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-link { 149 @apply text-neutral-900 px-4 py-4 text-sm font-medium no-underline aria-selected:bg-neutral-100 hover:bg-neutral-100 rounded-lg;149 @apply text-neutral-900 px-4 py-4 text-sm font-medium !no-underline aria-selected:bg-neutral-100 hover:bg-neutral-100 rounded-lg; 150 150 } 151 151 … … 167 167 168 168 .fast-fuzzy-search--minimal-light .fast-fuzzy-search__chip { 169 @apply !text-xs px-2 py-1 rounded-full font-semibold transition bg-neutral-200 text-neutral-700; 169 @apply !text-xs px-2 py-1 rounded-full font-semibold transition bg-neutral-200 text-neutral-700 no-underline; 170 } 171 172 .fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-link[aria-selected="true"] .fast-fuzzy-search__result-image { 173 @apply shadow bg-white; 170 174 } 171 175 -
fast-fuzzy-search/trunk/css/style.output.css
r3250253 r3252142 35 35 } 36 36 37 .left-1\/2 {38 left: 50%;39 }40 41 37 .right-4 { 42 38 right: 1rem; … … 327 323 .justify-between { 328 324 justify-content: space-between; 329 }330 331 .gap-1 {332 gap: 0.25rem;333 325 } 334 326 … … 1074 1066 --tw-text-opacity: 1; 1075 1067 color: rgb(64 64 64 / var(--tw-text-opacity, 1)); 1068 text-decoration-line: none; 1076 1069 transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; 1077 1070 transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; … … 1134 1127 --tw-text-opacity: 1; 1135 1128 color: rgb(23 23 23 / var(--tw-text-opacity, 1)); 1136 text-decoration-line: none ;1129 text-decoration-line: none !important; 1137 1130 } 1138 1131 … … 1220 1213 --tw-text-opacity: 1; 1221 1214 color: rgb(64 64 64 / var(--tw-text-opacity, 1)); 1215 text-decoration-line: none; 1222 1216 transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; 1223 1217 transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; … … 1225 1219 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 1226 1220 transition-duration: 150ms; 1221 } 1222 1223 .fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-link[aria-selected="true"] .fast-fuzzy-search__result-image { 1224 --tw-bg-opacity: 1; 1225 background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); 1226 --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); 1227 --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); 1228 box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); 1227 1229 } 1228 1230 -
fast-fuzzy-search/trunk/fast-fuzzy-search.php
r3250253 r3252142 4 4 * Plugin URI: https://redoxbird.com/product/fast-fuzzy-search 5 5 * Description: A blazing fast and lightweight search engine plugin for your WordPress site. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: RedOxbird 8 8 * Author URI: https://redoxbird.com … … 19 19 require_once plugin_dir_path(__FILE__) . 'includes/settings-framework.php'; 20 20 21 define('FAST_FUZZY_SEARCH_VERSION', '1.0. 1');21 define('FAST_FUZZY_SEARCH_VERSION', '1.0.2'); 22 22 define('FAST_FUZZY_SEARCH_JOIN_SYMBOL', ' / '); 23 23 define('FAST_FUZZY_SEARCH_CACHE_DIR', WP_CONTENT_DIR . '/cache/fast-fuzzy-search/'); -
fast-fuzzy-search/trunk/readme.txt
r3251119 r3252142 1 === Fast Fuzzy Search ===1 === Fast Fuzzy Search - Lightning-Fast WordPress Search === 2 2 Contributors: zarhasan 3 3 Donate link: https://redoxbird.com … … 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.