fix(button): allow overflow to be overridden by the CSS variable (#20738)

fixes #20726
This commit is contained in:
Brandy Carney
2020-03-11 11:35:26 -04:00
committed by GitHub
parent 87a27216d0
commit 7ecde36f9d
2 changed files with 8 additions and 8 deletions

View File

@ -179,13 +179,13 @@
line-height: 1;
box-shadow: var(--box-shadow);
contain: layout style;
cursor: pointer;
opacity: var(--opacity);
overflow: var(--overflow);
overflow: hidden;
z-index: 0;
box-sizing: border-box;
appearance: none;