mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 20:49: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;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover .info {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.topic-options {
|
.topic-options {
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
padding-left: 16px;
|
||||||
|
position: relative;
|
||||||
|
top: -4px;
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user