encode with qsv

This commit is contained in:
Luke Pulverenti 2015-11-06 10:02:22 -05:00
parent 67524136ed
commit 64dfb8ef38
42 changed files with 945 additions and 370 deletions

View file

@ -54,6 +54,7 @@ Custom property | Description | Default
:host {
display: inline-block;
white-space: nowrap;
cursor: pointer;
}
:host(:focus) {
@ -69,9 +70,6 @@ Custom property | Description | Default
position: relative;
width: 18px;
height: 18px;
cursor: pointer;
-webkit-transform: translateZ(0);
transform: translateZ(0);
vertical-align: middle;
background-color: var(--paper-checkbox-unchecked-background-color, transparent);
}