Skip to content

Commit 396afe3

Browse files
authored
Merge pull request #119 from RivianTrackr/claude/remove-skip-link-zovHF
Remove all html/body selectors from tire guide CSS and bump to 1.17.6
2 parents e8232f2 + d699a62 commit 396afe3

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

frontend/css/rivian-tires.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616
--rtg-star-empty: #2d3a49;
1717
}
1818

19-
/* Force scrollbar visible so content loading doesn't shift the page */
20-
html:has(#tireCards) {
21-
overflow-y: scroll;
22-
}
23-
body.modal-open {
24-
overflow: hidden;
25-
}
26-
2719
/* === Mobile Filter Toggle === */
2820
.toggle-filters-btn {
2921
display: none;
@@ -2088,7 +2080,6 @@ a.rtg-review-card-title-link:hover {
20882080

20892081
/* === Print Styles === */
20902082
@media print {
2091-
body { background: #fff; color: #1a1a1a; }
20922083
.filter-wrapper, .sort-wrapper, .compare-bar, .toggle-filters-btn, .active-filters { display: none !important; }
20932084
.tire-card { border-color: #ddd; break-inside: avoid; }
20942085
.tire-card-brand { color: #333; }

frontend/css/rivian-tires.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rivian-tire-guide.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Rivian Tire Guide
44
* Description: Interactive tire guide for Rivian vehicles with filtering, comparison, and ratings.
5-
* Version: 1.17.5
5+
* Version: 1.17.6
66
* Author: RivianTrackr
77
* Text Domain: rivian-tire-guide
88
* Requires at least: 5.8
@@ -13,7 +13,7 @@
1313
exit;
1414
}
1515

16-
define( 'RTG_VERSION', '1.17.5' );
16+
define( 'RTG_VERSION', '1.17.6' );
1717
define( 'RTG_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
1818
define( 'RTG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
1919
define( 'RTG_PLUGIN_FILE', __FILE__ );

0 commit comments

Comments
 (0)