fix: resolve duplicate CSS selectors in styles.css
This commit is contained in:
parent
71ed8c7c1f
commit
133b3e4550
1 changed files with 0 additions and 29 deletions
29
styles.css
29
styles.css
|
|
@ -3732,10 +3732,6 @@ input:checked + .slider::before {
|
|||
}
|
||||
|
||||
/* When UI is hidden, only toggle button stays visible at right edge (when .visible class is added) */
|
||||
#fullscreen-cover-overlay.ui-hidden #toggle-ui-btn {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#fullscreen-cover-overlay.ui-hidden .fullscreen-lyrics-toggle,
|
||||
#fullscreen-cover-overlay.ui-hidden #close-fullscreen-cover-btn {
|
||||
|
|
@ -6918,31 +6914,6 @@ body:has(#side-panel.active) #close-fullscreen-cover-btn {
|
|||
color: var(--primary-foreground);
|
||||
}
|
||||
|
||||
/* Inputs & Form Elements */
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
transition:
|
||||
border-color var(--transition-fast),
|
||||
box-shadow var(--transition-fast),
|
||||
background-color var(--transition-fast);
|
||||
}
|
||||
|
||||
input:focus,
|
||||
select:focus,
|
||||
textarea:focus {
|
||||
outline: none;
|
||||
border-color: var(--ring);
|
||||
box-shadow: 0 0 0 3px rgb(var(--highlight-rgb), 0.2);
|
||||
}
|
||||
|
||||
.search-bar input:focus,
|
||||
.track-list-search-input:focus {
|
||||
outline: none;
|
||||
border-color: var(--ring);
|
||||
box-shadow: 0 0 0 3px rgb(var(--highlight-rgb) / 0.2);
|
||||
}
|
||||
|
||||
.modal.active .modal-content {
|
||||
animation: pop-in var(--transition-normal) var(--ease-out-back);
|
||||
box-shadow: var(--shadow-2xl);
|
||||
|
|
|
|||
Loading…
Reference in a new issue