Only show cog action on hover like before
This commit is contained in:
+19
-4
@@ -325,6 +325,10 @@ textarea {
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba(0, 0, 0, 0.1) !important;
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
||||||
|
|
||||||
|
& > .grid-item-action {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-item-action {
|
.grid-item-action {
|
||||||
@@ -333,13 +337,18 @@ textarea {
|
|||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
margin-bottom: -14px;
|
margin-bottom: -14px;
|
||||||
color: #5e5d5d;
|
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
opacity: 0;
|
||||||
|
transition: opacity 200ms;
|
||||||
|
color: $text-dark;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba(255, 255, 255, 0.3);
|
|
||||||
color: $brand-primary;
|
color: $brand-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-item-top {
|
.grid-item-top {
|
||||||
@@ -1871,8 +1880,14 @@ tag-input {
|
|||||||
background-color: $backgroundDark;
|
background-color: $backgroundDark;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-item-content {
|
.grid-item {
|
||||||
background-color: $backgroundDark !important;
|
.grid-item-content {
|
||||||
|
background-color: $backgroundDark !important;
|
||||||
|
|
||||||
|
.grid-item-action {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer, .card, .app-configure-links div.active {
|
footer, .card, .app-configure-links div.active {
|
||||||
|
|||||||
Reference in New Issue
Block a user