blob: 7fdbc4237e9c6de577789b4aa6a49dfd206170df [file] [log] [blame]
/*!
* Copyright 2020 The Go Authors. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
*/
.UnitOutline-jumpTo {
display: flex;
margin-bottom: 1rem;
}
.UnitOutline-jumpTo button {
background-color: var(--color-background);
border: var(--border);
border-radius: 0.25rem;
color: var(--color-text-subtle);
cursor: pointer;
height: 2rem;
padding-left: 1rem;
text-align: left;
width: 100%;
}
.UnitOutline-jumpTo button:hover:not([disabled]) {
border-color: var(--color-border);
}
.UnitOutline-jumpTo::after {
align-self: center;
background-color: var(--color-background-accented);
border-radius: 0.5rem;
color: var(--gray-6);
content: 'f';
content: 'f' / 'find';
font-size: 0.75rem;
padding: 0.0625rem 0;
position: absolute;
right: 0.75rem;
text-align: center;
width: 1.5rem;
}
.UnitOutline-jumpToInput:disabled {
background-color: var(--gray-9);
}