Cleaned up some unused CSS
This commit is contained in:
@@ -151,15 +151,6 @@ export default {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/* button {
|
||||
transition: all 0.2s ease-out;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: var(--accent-primary);
|
||||
} */
|
||||
|
||||
.clicked {
|
||||
filter: brightness(85%)
|
||||
}
|
||||
@@ -169,16 +160,6 @@ button:hover {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#dropdownWrapper select {
|
||||
background-color: var(--background-secondary);
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
color: var(--white);
|
||||
padding: 10px;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: var(--background-secondary);
|
||||
padding: 10px;
|
||||
@@ -189,21 +170,11 @@ input {
|
||||
width: 25vw;
|
||||
}
|
||||
|
||||
/* textarea:focus, input:focus {
|
||||
outline-color: var(--accent-primary);
|
||||
border-color: var(--accent-primary);
|
||||
} */
|
||||
|
||||
#searchRow {
|
||||
margin: 30px 0;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* #searchRow select,
|
||||
button {
|
||||
margin: 0 15px 0 0;
|
||||
} */
|
||||
|
||||
#header h1 {
|
||||
color: var(--white);
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user