ignore per-process caches across repository tools
This commit is contained in:
@@ -609,51 +609,6 @@
|
||||
background-repeat: no-repeat;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
/* --- Switch --------------------------------------------------------------- */
|
||||
.wire-switch {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
.wire-switch__input {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
.wire-switch__track {
|
||||
position: relative;
|
||||
width: 2.25rem;
|
||||
height: 1.25rem;
|
||||
border-radius: 999px;
|
||||
background: var(--wire-color-border);
|
||||
transition: background 0.15s ease;
|
||||
flex: none;
|
||||
}
|
||||
.wire-switch__thumb {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
width: calc(1.25rem - 4px);
|
||||
height: calc(1.25rem - 4px);
|
||||
border-radius: 999px;
|
||||
background: #fff;
|
||||
transition: transform 0.15s ease;
|
||||
}
|
||||
.wire-switch__input:checked + .wire-switch__track {
|
||||
background: var(--wire-color-primary);
|
||||
}
|
||||
.wire-switch__input:checked + .wire-switch__track .wire-switch__thumb {
|
||||
transform: translateX(1rem);
|
||||
}
|
||||
.wire-switch__input:focus-visible + .wire-switch__track {
|
||||
outline: 2px solid var(--wire-color-primary);
|
||||
outline-offset: 2px;
|
||||
}
|
||||
.wire-switch__label {
|
||||
color: var(--wire-color-text);
|
||||
}
|
||||
/* --- Progress ------------------------------------------------------------- */
|
||||
.wire-progress {
|
||||
appearance: none;
|
||||
|
||||
Reference in New Issue
Block a user