Skip to content

Commit

Permalink
Removed old CSS (doen't map anymore)
Browse files Browse the repository at this point in the history
- hiding some over sell
- Fixed: kreativgebiet#4
  • Loading branch information
mountainash committed Mar 24, 2020
1 parent b3edcb3 commit 51fc8c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 62 deletions.
66 changes: 5 additions & 61 deletions browser.css
Original file line number Diff line number Diff line change
@@ -1,72 +1,16 @@
body {
-webkit-touch-callout: none;
-webkit-user-select: none;
}

.ModalLayer {
top: 71px !important;
}

.commentStoryView-content {
-webkit-touch-callout: initial;
-webkit-user-select: initial;
}

.vibrancy html,
.vibrancy body,
.vibrancy .react-app-node {
background: none !important;
}

.remix-topbar {
min-width: 600px !important;
}

.vibrancy .Topbar {
.vibrancy .AsanaPageTopbar {
background: linear-gradient(to bottom, rgba(255,255,255,.8), rgba(255,255,255,.7)) !important;
}

.remix-topbar, #loading_screen {
-webkit-app-region: drag;
}

.Topbar .NavigationLink,
.Topbar .Topbar-settingsMenuButton,
.Topbar .topbarContingentUpgradeButton-button,
.Topbar .omnibutton {
-webkit-app-region: no-drag;
}


.topbarContingentUpgradeButton-button,
.navigationDockTeamView-inviteAdTop,
.topbarSettingsMenu-upgrade,
.TopbarContingentUpgradeLink, /* Too much "sell" */
.TopbarSettingsMenu-upgrade,
.reskinOptOutItem,
#bg_pattern {
.TopbarHelpMenuButton-button, /* Most of these are in Taskana's Help menu */
.FeatureStageIndicator-feedbackLink--withoutType {
display: none !important;
}

.SidebarHeader-asanaLogo {
background: none !important;
}

.remix-topbar .TopbarHelpMenuButton {
opacity: 0;
pointer-events: none;
}

.Topbar-navButton {
border-left: 1px solid #EFF0F1;
margin-left: 78px;
}

#header.has-reskinLogo {
background: none !important;
}

.TopbarSearch {
opacity: 0;
pointer-events: none;
transition: opacity 200ms linear;
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taskana",
"productName": "Taskana",
"version": "1.7.2",
"version": "1.7.3",
"description": "Application wrapper for Asana web application",
"keywords": [
"macOS",
Expand Down

0 comments on commit 51fc8c4

Please sign in to comment.