Remove obsolete style rules

// FREEBIE
This commit is contained in:
lilia 2016-02-19 12:03:11 -08:00
parent bc9436f90d
commit f4387cc231
2 changed files with 3 additions and 11 deletions

View file

@ -30,16 +30,12 @@ body {
#header { #header {
position: fixed; position: fixed;
top: 1px; width: 100%;
width: calc(100% - 2px);
z-index: 1;
height: $header-height; height: $header-height;
line-height: 24px; line-height: 24px;
color: #f2f2f2; color: #f2f2f2;
-webkit-app-region: drag;
button { button {
-webkit-app-region: no-drag;
color: inherit; color: inherit;
&:hover { &:hover {

View file

@ -39,15 +39,11 @@ body {
#header { #header {
position: fixed; position: fixed;
top: 1px; width: 100%;
width: calc(100% - 2px);
z-index: 1;
height: 36px; height: 36px;
line-height: 24px; line-height: 24px;
color: #f2f2f2; color: #f2f2f2; }
-webkit-app-region: drag; }
#header button { #header button {
-webkit-app-region: no-drag;
color: inherit; } color: inherit; }
#header button:hover { #header button:hover {
background-color: rgba(0, 0, 0, 0.2); } background-color: rgba(0, 0, 0, 0.2); }