minor style tweaks

This commit is contained in:
Henry Jameson 2018-08-28 16:20:04 +03:00
parent 330288b4cd
commit da362b2b88
2 changed files with 9 additions and 4 deletions

View file

@ -64,10 +64,19 @@ button {
font-size: 14px;
font-family: sans-serif;
&::-moz-focus-inner {
border: none;
}
&:hover {
box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
}
&:active {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
&:disabled {
cursor: not-allowed;
opacity: 0.5;

View file

@ -26,10 +26,6 @@
border-bottom-right-radius: 0;
padding: .3em 1em;
&::-moz-focus-inner {
border: none;
}
&:not(.active) {
border-bottom: 1px solid;
border-bottom-color: $fallback--btn;