Revert fix for Hallo toolbar button hover state from #1746 - fixes #2040

pull/2043/head
Matt Westcott 2015-12-15 21:53:06 +00:00
rodzic 42e1317a4e
commit d6715f80a1
3 zmienionych plików z 2 dodań i 14 usunięć

Wyświetl plik

@ -35,6 +35,7 @@ Changelog
* Fix: Changed verbose names to start with lower case where necessary (Maris Serzans)
* Fix: Invalid images no longer crash the image listing (Maris Serzans)
* Fix: `MenuItem` `url` parameter can now take a lazy URL (Adon Metcalfe, rayrayndwiga)
* Fix: Restored correct highlighting behaviour of rich text toolbar buttons
1.2 (12.11.2015)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -86,6 +86,7 @@ Bug fixes
* Invalid images no longer crash the image listing (Maris Serzans)
* ``MenuItem`` ``url`` parameter can now take a lazy URL (Adon Metcalfe, rayrayndwiga)
* Added missing translation tag to InlinePanel 'Add' button (jnns)
* Restored correct highlighting behaviour of rich text toolbar buttons
Upgrade considerations

Wyświetl plik

@ -30,22 +30,8 @@
}
.hallotoolbar button {
// Some of this is copied from the jQuery UI style, forcing those styles to apply to
// this selector. Without it, if your cursor is placed above a button while it's
// appearing, the CSS from jQuery UI won't immediately be applied.
border-radius: 0;
height: 2.4em;
border: 1px solid $color-grey-3;
background: $color-white;
font-weight: normal;
color: $color-grey-1-1;
&:hover {
border: 1px solid $color-teal;
background: $color-teal;
font-weight: normal;
color: $color-white;
}
}
.richtext {