implement on hover cid highlight

This commit is contained in:
Tom
2023-06-01 21:41:48 +02:00
parent 20e746fe58
commit 6f4ca47a0f
6 changed files with 99 additions and 16 deletions
+2 -2
View File
@@ -1822,7 +1822,7 @@ export const BoardForm = styled.div`
case 'Tomorrow':
return `.highlighted {
background-color: #1d1d21 !important;
border: 1px solid #111 !important;
outline: 1px solid #111 !important;
}
#post-menu {
@@ -1842,7 +1842,7 @@ export const BoardForm = styled.div`
case 'Photon':
return `.highlighted {
background-color: #ccc !important;
border: 1px solid #ccc !important;
outline: 1px solid #ccc !important;
}
#post-menu {
@@ -1020,7 +1020,7 @@ export const BoardForm = styled.div`
case 'Tomorrow':
return `.highlighted {
background-color: #1d1d21 !important;
border: 1px solid #111 !important;
outline: 1px solid #111 !important;
}
#post-menu {
@@ -1042,7 +1042,7 @@ export const BoardForm = styled.div`
case 'Photon':
return `.highlighted {
background-color: #ccc !important;
border: 1px solid #ccc !important;
outline: 1px solid #ccc !important;
}
#post-menu {