mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-12 06:02:39 +02:00
fix for buttons hovers
This commit is contained in:
2
themes/grav/css-compiled/preset.css
vendored
2
themes/grav/css-compiled/preset.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1995,6 +1995,13 @@ body .bootstrap-datetimepicker-widget {
|
||||
|
||||
.fa {
|
||||
color: $content-bg;
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
&.fjs-active .fjs-item-wrapper .fjs-children {
|
||||
&:hover {
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user