Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hovering over the GCS search button #3005

Merged
merged 18 commits into from
Aug 29, 2024
9 changes: 8 additions & 1 deletion _static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,16 @@

.pytorch-left-menu-search input[type=text] {
background-image: none;
}

.gsc-control-cse {
padding-left: 0px !important;
padding-bottom: 0px !important;
}

.gsc-search-button-v2 {
border: 1px solid #ee4c2c;
svekars marked this conversation as resolved.
Show resolved Hide resolved
}

.gsc-search-button-v2:focus {
svekars marked this conversation as resolved.
Show resolved Hide resolved
border: 1px solid #ee4c2c !important;
svekars marked this conversation as resolved.
Show resolved Hide resolved
}
svekars marked this conversation as resolved.
Show resolved Hide resolved
svekars marked this conversation as resolved.
Show resolved Hide resolved
svekars marked this conversation as resolved.
Show resolved Hide resolved
Loading