mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
implement on hover cid highlight
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user