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-953 fix bug where pause button is off by 1px #41

Merged
merged 1 commit into from Apr 18, 2018
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

GH-953 fix bug where pause button is off by 1px
  • Loading branch information
IAmThePan committed Apr 18, 2018
commit c5ec30de75290aea6bc3f2a7f70c56426400aee3
@@ -41,11 +41,11 @@
.button-pause {
min-width: 125px;
max-width: 125px;
font-size: 11px;
line-height: 17px;
.pause-button-text {
overflow-x: hidden;
text-overflow: clip;
font-size: 11px;
}
.pause-button-icon {
padding: 0 10px 0 30px;
@@ -151,7 +151,7 @@
.ghostery-features-container .sub-component.pause-button {
.button-pause {
height: 35px;
line-height: 21px;
line-height: 16px;
}
.button-caret {
height: 35px;
@@ -160,7 +160,7 @@
height: 45px;
min-width: 125px;
max-width: 125px;
line-height: 31px;
line-height: 26px;
}
.button-caret.smaller {
height: 45px;
@@ -28,6 +28,11 @@
padding: 10px 0 0 10px;
text-align: left;
}
&.ab-pause .sub-component.pause-button {
.button-pause {
font-size: 11px;
}
}
&.expert.ab-pause .pause-button-container {
padding: 10px 0 0 0;
text-align: center;
ProTip! Use n and p to navigate between commits in a pull request.