Skip to content

Commit

Permalink
fix(lumo): improve drawer-toggle appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jun 19, 2019
1 parent 6d84c96 commit d4fc54a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/visual/screens/vaadin-app-layout/tabs-lumo/default/chrome.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions theme/lumo/vaadin-drawer-toggle-styles.html
Expand Up @@ -5,9 +5,12 @@
<template>
<style include="lumo-button">
:host {
min-width: 0 !important;
height: inherit;
width: inherit;
width: var(--lumo-size-l);
height: var(--lumo-size-l);
min-width: auto;
margin: 0 var(--lumo-space-s);
padding: 0;
background: transparent;
}

[part="icon"],
Expand Down

0 comments on commit d4fc54a

Please sign in to comment.