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 {
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 {

View file

@ -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); }