mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
stylizing hover controls
This commit is contained in:
parent
8fe49041cf
commit
8330ad32e1
@ -18,11 +18,15 @@ export const TopicItemWrapper = styled.div`
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
&:hover .info {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.topic-options {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
visibility: hidden;
|
||||
padding-left: 16px;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user