Minor styling changes

This commit is contained in:
2020-09-27 15:18:04 +02:00
parent 8e4ae2d9be
commit 919c0c4f6c
2 changed files with 10 additions and 4 deletions

View File

@@ -1620,6 +1620,8 @@ body {
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.LP-ImageGrid__Item--add:hover .LP-Link {
background-color: #D7CEC7; }
.LP-ImageGrid__DeleteItem {
opacity: 0.7;
visibility: hidden;
@@ -1634,8 +1636,8 @@ body {
height: 20px;
width: 20px;
position: relative;
left: 8.33333px;
top: 8.33333px; }
left: 7.14286px;
top: 7.14286px; }
.LP-ImageGrid__Item > .LP-Link:hover + .LP-ImageGrid__DeleteItem, .LP-ImageGrid__DeleteItem:hover {
visibility: visible; }