Skip to content

Commit fe80572

Browse files
committed
Revert "462: Add herodevs support."
This reverts commit 74165f7.
1 parent 74165f7 commit fe80572

File tree

3 files changed

+12
-36
lines changed

3 files changed

+12
-36
lines changed

themes/jquery/css/base.css

+11-28
Original file line numberDiff line numberDiff line change
@@ -881,25 +881,6 @@ iframe {
881881
margin: 0;
882882
}
883883

884-
/* Support message
885-
========================================================================== */
886-
887-
#support-message {
888-
display: flex;
889-
justify-content: center;
890-
background-color: #dddddd;
891-
padding: 4px 4px;
892-
font-size: 15px;
893-
}
894-
#support-message span {
895-
text-align: center;
896-
padding-left: 20px;
897-
padding-right: 20px;
898-
}
899-
#support-message span a {
900-
color: #222;
901-
}
902-
903884

904885
/* Global Nav
905886
========================================================================== */
@@ -1255,11 +1236,10 @@ nav#main li.current a {
12551236
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
12561237
}
12571238

1258-
typesense-minibar {
1239+
.tsmb-form {
12591240
--tsmb-size-radius: 5px;
12601241
--tsmb-size-base: 12px;
12611242
--tsmb-size-sm: 0.8rem;
1262-
--tsmb-size-listbox-right: 0;
12631243
--tsmb-color-base-background: var(--tsmb-color-primary50);
12641244
--tsmb-color-base30: #fff;
12651245
--tsmb-color-base50: var(--tsmb-color-primary90);
@@ -1271,29 +1251,32 @@ typesense-minibar {
12711251
--tsmb-color-primary50: #0769ad; /* jQuery Primary Blue */
12721252
--tsmb-color-primary90: #b4efff; /* oklch(0.92 0.07 228) hue=228 of #7ACEF4 (jQuery Secondary Blue) */
12731253
}
1274-
.jquery-ui typesense-minibar {
1254+
.jquery-ui .tsmb-form {
12751255
--tsmb-color-primary50: #b24926; /* jQuery UI Secondary Orange */
12761256
--tsmb-color-primary90: #ffddb2; /* = #b4efff + oklch(hue=70) of #FAA523 (jQuery UI Primary Orange) */
12771257
}
1278-
.jquery-mobile typesense-minibar {
1258+
.jquery-mobile .tsmb-form {
12791259
--tsmb-color-primary50: #108040; /* jQuery Mobile Secondary Green */
12801260
--tsmb-color-primary90: #c9f2c8; /* = #b4efff + oklch(hue=144) of #3EB249 (jQuery UI Primary Orange) */
12811261
}
1282-
.jquery-foundation typesense-minibar {
1262+
.jquery-foundation .tsmb-form {
12831263
--tsmb-color-primary50: #333; /* jQuery Black */
12841264
--tsmb-color-primary90: #ccc;
12851265
}
1286-
.jquery-learn typesense-minibar {
1266+
.jquery-learn .tsmb-form {
12871267
--tsmb-color-primary50: #222;
12881268
--tsmb-color-primary90: #ccc;
12891269
}
1290-
typesense-minibar form:not(:focus-within)::before {
1270+
.tsmb-form:not(:focus-within)::before {
12911271
filter: invert();
12921272
}
1293-
typesense-minibar input[type=search] {
1273+
.tsmb-form input[type=search] {
12941274
border-width: 0;
12951275
}
1296-
typesense-minibar[role="option"] mark {
1276+
.tsmb-form [role="listbox"] {
1277+
right: 0;
1278+
}
1279+
.tsmb-form [role="option"] mark {
12971280
border-bottom: 2px solid var(--tsmb-color-primary90);
12981281
}
12991282

themes/jquery/header.php

+1-7
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
</head>
3535
<body <?php body_class(); ?>>
3636

37-
<div id="support-message" class="support-message">
38-
<span style="">jQuery 4 is currently in beta. Soon jQuery 3 will reach EOL along with versions 1 and 2. Learn more about our&nbsp;<a href="https://jquery.com/support/">Version&nbsp;Support</a>.</span>
39-
</div>
40-
4137
<header>
4238
<section id="global-nav">
4339
<nav>
@@ -97,9 +93,7 @@
9793
</div>
9894

9995
<nav id="main" class="constrain clearfix">
100-
<?php
101-
102-
get_template_part('menu', 'header'); ?>
96+
<?php get_template_part('menu', 'header'); ?>
10397

10498
<?php get_search_form(); ?>
10599
</nav>

themes/jquery/menu-header.php

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ function menu_header_jquery_com() {
1313
'https://blog.jquery.com/' => 'Blog',
1414
'https://plugins.jquery.com/' => 'Plugins',
1515
'https://jquery.com/browser-support/' => 'Browser Support',
16-
'https://jquery.com/support/' => 'Version Support',
1716
);
1817
}
1918

0 commit comments

Comments
 (0)