mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +01:00
Auto merge of #9586 - notriddle:details_ui, r=SimonSapin
Details ui Requires a patch to rust-selectors, and doesn't currently recalculate the styles correctly (which is needed to make actual toggling work correctly). Still trying to figure out what it takes to get style recalc to do what this needs. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9586) <!-- Reviewable:end -->
This commit is contained in:
commit
090da52913
13 changed files with 294 additions and 27 deletions
|
@ -164,7 +164,6 @@ impl<Impl: SelectorImplExt> Stylist<Impl> {
|
|||
if !stylesheet.is_effective_for_device(device) {
|
||||
return;
|
||||
}
|
||||
|
||||
let mut rules_source_order = self.rules_source_order;
|
||||
|
||||
// Take apart the StyleRule into individual Rules and insert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue