Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2218: Browser Onboarding Copy Edits & Tooltips #652

Merged
merged 6 commits into from Jan 5, 2021

Remove unused scss

  • Loading branch information
benstrumeyer committed Jan 5, 2021
commit 1f57859605ab1e77df014cb27cde340fe03e2ed7
@@ -112,31 +112,15 @@
color: $white;
background-color: $black;
font-size: 14px;
line-height: 1.5;
padding: 11px 10px;
width: 150px;
text-align: center;
position: absolute;
z-index: 20;
box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.2);
box-sizing: border-box;
opacity: .96;
border-radius: 4px;
&:after {
box-sizing: border-box;
border-style: solid;
content: '';
position: absolute;
border-width: 7px;
border-color: transparent transparent $black $black;
box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
transform-origin: 0 0;
}
.tooltip-header {
font-weight: 500;
}
}

.dark-theme .tooltip-content {
background-color: #333333;
color: #ffffff;
ProTip! Use n and p to navigate between commits in a pull request.