rework hierarchy
This commit is contained in:
+3
-3
@@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
button {
|
||||
@apply py-0.5 px-2 border rounded bg-slate-600 hover:bg-slate-800;
|
||||
@apply py-0.5 px-2 border rounded bg-slate-600 hover:bg-slate-700;
|
||||
}
|
||||
input {
|
||||
@apply border bg-slate-500 rounded px-1;
|
||||
@@ -52,7 +52,7 @@
|
||||
@apply bg-slate-500;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
@apply bg-slate-600 hover:bg-slate-800;
|
||||
@apply bg-slate-600 hover:bg-slate-700;
|
||||
border-radius: 5px;
|
||||
}
|
||||
input[type=search] {
|
||||
@@ -61,7 +61,7 @@
|
||||
.btn-icon {
|
||||
@apply p-0 border-none bg-transparent hover:text-slate-400 hover:bg-transparent;
|
||||
> svg {
|
||||
@apply w-6 h-6 hover:text-slate-400;
|
||||
@apply w-6 h-6;
|
||||
}
|
||||
}
|
||||
.btn-icon-stroke {
|
||||
|
||||
Reference in New Issue
Block a user