Skip to content

Commit

Permalink
Fix cr-drawer usage in chrome://device-emulator.
Browse files Browse the repository at this point in the history
The syntax was updated at
https://chromium-review.googlesource.com/c/chromium/src/+/947041

Bug: None
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: Ib6f57a24662b0787b93964764e980242ef1afee8
Reviewed-on: https://chromium-review.googlesource.com/1011649
Reviewed-by: Michael Giuffrida <michaelpg@chromium.org>
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550784}
  • Loading branch information
freshp86 authored and Commit Bot committed Apr 13, 2018
1 parent bdebc2e commit dac26ab
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
z-index: 2;
}

dialog[is='cr-drawer'] {
z-index: 2;
}

#container {
align-items: center;
background-color: lightgray;
Expand All @@ -75,7 +71,7 @@
role="banner"
show-menu>
</cr-toolbar>
<dialog id="drawer" is="cr-drawer" heading="Device Emulator">
<cr-drawer id="drawer" heading="Device Emulator">
<div class="drawer-content">
<paper-listbox class="layout vertical" selected="{{selectedPage}}">
<paper-icon-item>
Expand All @@ -97,7 +93,7 @@
</paper-icon-item>
</paper-listbox>
</div>
</dialog>
</cr-drawer>
<div id="container" class="no-outline">
<neon-animated-pages selected="[[selectedPage]]"
entry-animation="fade-in-animation"
Expand Down

0 comments on commit dac26ab

Please sign in to comment.