Skip to content

Commit

Permalink
more styles
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Apr 14, 2023
1 parent e6aaf99 commit a2798ed
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions wp-content/themes/twentyseventeen-wp20/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,8 @@ body:not(.title-tagline-hidden) .site-branding-text {
padding: 8px 10px;
text-align: right;
width: 50%;

background: transparent;
}

@media screen and (min-width: 769px) {
Expand Down Expand Up @@ -780,14 +782,25 @@ body:not(.title-tagline-hidden) .site-branding-text {
/* what is that thing that appears to the right? a placeholder? */

/* make a section just for the library styles? need to put all this in logical order once working */
.autocomplete__input--show-all-values input[type="text"] {
padding: 0; /* maybe make 17 20 */
input[type="text"].autocomplete__input--show-all-values {
background-color: transparent;
}

.autocomplete__input--show-all-values.autocomplete__input--focused {
cursor: text;
border: 1px solid blue none;
/* covered up by focus outline? */
}

.autocomplete__hint {
border: none;
background-color: var(--wp20--color--active-menu);
position: static;
cursor: pointer;
}



@media screen and (max-width: 48em) {
.wp20-locale-switcher-container .select2-container {
width: 100% !important; /* override selectWoo rule. locale-swithcer.js L24. */
Expand Down

0 comments on commit a2798ed

Please sign in to comment.