Remove obsolete style rules
// FREEBIE
This commit is contained in:
parent
bc9436f90d
commit
f4387cc231
2 changed files with 3 additions and 11 deletions
|
@ -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 {
|
||||
|
|
|
@ -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); }
|
||||
|
|
Loading…
Reference in a new issue