From f4387cc231654c47da9f4f4d72292f5d3bb886a9 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 19 Feb 2016 12:03:11 -0800 Subject: [PATCH] Remove obsolete style rules // FREEBIE --- stylesheets/_global.scss | 6 +----- stylesheets/manifest.css | 8 ++------ 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index e442db6ee..6211445ec 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -30,16 +30,12 @@ body { #header { position: fixed; - top: 1px; - width: calc(100% - 2px); - z-index: 1; + width: 100%; height: $header-height; line-height: 24px; color: #f2f2f2; - -webkit-app-region: drag; button { - -webkit-app-region: no-drag; color: inherit; &:hover { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index ea04a6fb5..5f97e2582 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -39,15 +39,11 @@ body { #header { position: fixed; - top: 1px; - width: calc(100% - 2px); - z-index: 1; + width: 100%; height: 36px; line-height: 24px; - color: #f2f2f2; - -webkit-app-region: drag; } + color: #f2f2f2; } #header button { - -webkit-app-region: no-drag; color: inherit; } #header button:hover { background-color: rgba(0, 0, 0, 0.2); }