mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 19:36:08 +01:00
Fix broken link colors in tabs/dropdowns
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
* Prevent Save actions from Flex Objects to trigger the unsaved unload notice [#2125](https://github.com/getgrav/grav-plugin-admin/issues/2125)
|
||||
* Fixed audit vulnerabilities in module dependencies and house cleanup [#2096](https://github.com/getgrav/grav-plugin-admin/issues/2096)
|
||||
* Fixed issue preventing Drag & Drop of media files while in Expert Mode [#1927](https://github.com/getgrav/grav-plugin-admin/issues/1927)
|
||||
* Fixed broken link colors in `preset.css` which was causing issues with tabs and dropdowns
|
||||
|
||||
# v1.10.12
|
||||
## 04/15/2021
|
||||
|
||||
4
themes/grav/css-compiled/preset.css
vendored
4
themes/grav/css-compiled/preset.css
vendored
@@ -292,10 +292,6 @@ tr td.gpm-details {
|
||||
#admin-main .admin-block {
|
||||
background: #ffffff;
|
||||
color: #6f7b8a; }
|
||||
#admin-main .admin-block a:not(.button) {
|
||||
color: #0090D9; }
|
||||
#admin-main .admin-block a:not(.button):hover {
|
||||
color: #007fc0; }
|
||||
#admin-main .admin-block h1 {
|
||||
color: #414147;
|
||||
border-bottom: 1px solid #f7f7f7; }
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -524,13 +524,6 @@ tr {
|
||||
background: $content-bg;
|
||||
color: $content-text;
|
||||
|
||||
a:not(.button) {
|
||||
color: $content-link;
|
||||
&:hover {
|
||||
color: darken($content-link, 5%);
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: $content-header;
|
||||
border-bottom: 1px solid $underline;
|
||||
|
||||
Reference in New Issue
Block a user