update
This commit is contained in:
parent
c3e8c15f10
commit
ceb598dbab
@ -18048,16 +18048,13 @@ .notes .note .delete-wrapper {
|
|||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
right: 0;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.notes .note .delete-wrapper:hover {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
.notes .note .delete-wrapper .bg {
|
.notes .note .delete-wrapper .bg {
|
||||||
background: red;
|
background: red;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
@ -18073,3 +18070,6 @@ .notes .note .delete-wrapper .delete {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
.notes .note:hover .delete-wrapper {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/js/app.js": "/js/app.js?id=c98255a330e87e9652070f2535faf5ac",
|
"/js/app.js": "/js/app.js?id=c98255a330e87e9652070f2535faf5ac",
|
||||||
"/css/app.css": "/css/app.css?id=2256531870611bc5ca65bc01fa411952"
|
"/css/app.css": "/css/app.css?id=0e09613f38f38595f7ffc7902940b5d6"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -17,15 +17,12 @@
|
|||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
right: 0;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
.bg {
|
.bg {
|
||||||
background: red;
|
background: red;
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
@ -42,6 +39,10 @@
|
|||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:hover {
|
||||||
|
.delete-wrapper {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user