Fix page chooser parent link on row hover [#3080]

pull/3088/head
Dan Braghis 2016-10-13 22:41:48 +01:00 zatwierdzone przez Matt Westcott
rodzic 8527e9710c
commit e0e957f92a
3 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -10,6 +10,7 @@ Changelog
* Fix: `AbstractForm` now respects custom `get_template` methods on the page model (Gagaro)
* Fix: Use specific page model for the parent page in the explore index (Gagaro)
* Fix: Remove responsive styles in embed when there is no ratio available (Gagaro)
* Fix: Parent page link in page search modal no longer disappears on hover (Dan Braghis)
1.7 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -25,6 +25,7 @@ Bug fixes
* ``AbstractForm`` now respects custom ``get_template`` methods on the page model (Gagaro)
* Use specific page model for the parent page in the explore index (Gagaro)
* Remove responsive styles in embed when there is no ratio available (Gagaro)
* Parent page link in page search modal no longer disappears on hover (Dan Braghis)
Upgrade considerations

Wyświetl plik

@ -117,6 +117,10 @@ ul.listing {
color: $color-white;
}
.parent a {
color: $color-link-hover;
}
.status-tag {
border-color: $color-white;
}