Compare commits

..

No commits in common. "2a40b4fcc60ee09c05c2509eb77bcb0078286874" and "ea20d8688abd575fa8da89b04db7639a0d3377d4" have entirely different histories.

View file

@ -92,12 +92,7 @@
100% 100%;
}
/* `:where(button)` keeps specificity at (0,1,0) so per-component button classes
(.navItem 9px, .tab 11px, .detailBtn 9px, .ptab ) win their font-size. With a
bare `.pticaRoot button` (0,1,1) the `font: inherit` reset beat those classes
and forced every cockpit button back to the root 13px overflowing the 96px
rail and oversizing tabs/buttons. Matches the prototype's bare `button {}`. */
.pticaRoot :where(button) {
.pticaRoot button {
font: inherit;
cursor: pointer;
color: inherit;