diff --git a/to-be-transferred.css b/to-be-transferred.css index d61bfa4..80769c1 100644 --- a/to-be-transferred.css +++ b/to-be-transferred.css @@ -19,7 +19,6 @@ min-width: var(--app-bar-height-auto); transition-property: margin,width,opacity; line-height: calc(var(--app-bar-height-auto) - var(--app-bar-vertical-padding)); - transition-property: margin,width,opacity; } .app-bar .icon-button .material-icons { width: 100%; @@ -53,13 +52,6 @@ -ms-flex-direction: row; flex-direction: row; - /* [class^=flex-], [class*=" flex-"] */ - display: -webkit-box!important; - display: -moz-box!important; - display: -ms-flexbox!important; - display: -webkit-flex!important; - display: flex!important; - /* .flex-row.flex-horiz-space-between */ -webkit-box-pack: justify; -moz-box-pack: justify; @@ -206,10 +198,6 @@ header h1, transition-delay: 1s; } -.shows-child-on-hover .shown-on-paren-hover[data-show-approach="unfurl-down"] { - -} - .context-menu { --context-menu-vertical-padding: 1ex;