More Edge fixes and small UI bugs

This commit is contained in:
Sam Potts
2017-12-08 15:54:08 +00:00
parent c8990bd379
commit 82f81f4f73
15 changed files with 76 additions and 58 deletions

View File

@ -29,16 +29,38 @@
&:hover,
&:focus {
color: @gray-dark;
outline: 0;
// Remove the underline/border
&::after {
display: none;
}
}
&:hover {
transform: translateY(-1px);
box-shadow: 0 2px 2px fade(#000, 10%);
}
&:focus {
outline: 0;
}
&.tab-focus {
.tab-focus();
}
&:active {
transform: translateY(1px);
}
}
// Button group
.button--with-count {
display: inline-flex;
.button .icon {
flex-shrink: 0;
}
}
// Count bubble

View File

@ -6,16 +6,8 @@ header {
padding-bottom: @spacing-base;
text-align: center;
p {
margin-bottom: (@spacing-base * 1.5);
}
.action {
display: inline-flex;
.button .icon {
flex-shrink: 0;
}
.call-to-action {
margin-top: (@spacing-base * 1.5);
}
@media @mq-md {