mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-06 13:25:46 +01:00
minor fix
This commit is contained in:
3
themes/grav/css-compiled/template.css
vendored
3
themes/grav/css-compiled/template.css
vendored
@@ -1005,7 +1005,8 @@ form label {
|
|||||||
form label [data-hint] {
|
form label [data-hint] {
|
||||||
display: inline; }
|
display: inline; }
|
||||||
form label .hint-icon {
|
form label .hint-icon {
|
||||||
opacity: 0.7; }
|
opacity: 0.7;
|
||||||
|
transition: 0.5s opacity; }
|
||||||
form label:hover .hint-icon {
|
form label:hover .hint-icon {
|
||||||
opacity: 1.0; }
|
opacity: 1.0; }
|
||||||
form label.inline {
|
form label.inline {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -166,6 +166,7 @@ form {
|
|||||||
|
|
||||||
.hint-icon {
|
.hint-icon {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
transition: 0.5s opacity;
|
||||||
}
|
}
|
||||||
&:hover .hint-icon {
|
&:hover .hint-icon {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
|
|||||||
Reference in New Issue
Block a user