Add "Unite with next" button
This commit is contained in:
@ -9,13 +9,17 @@
|
||||
|
||||
.article span.tunit {
|
||||
@apply hover:bg-gray-300;
|
||||
padding: 5px 0;
|
||||
margin: -5px 0;
|
||||
}
|
||||
|
||||
.dark .article span.tunit {
|
||||
@apply hover:bg-gray-700;
|
||||
padding: 5px 0;
|
||||
margin: -5px 0;
|
||||
}
|
||||
|
||||
.article span.tunit[current="yes"] {
|
||||
.article span.tunit[current="yes"], .article span.tunit[selected="yes"] {
|
||||
@apply bg-amber-300 text-stone-700 hover:bg-amber-200 hover:text-red-900;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user