Merge pull request #6446 from vitormateusalmeida/fix-some-css-bugs

Fix some bugs at BBB HTML5 client
This commit is contained in:
Anton Georgiev 2018-12-19 16:11:27 -05:00 committed by GitHub
commit 84ec63fdee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -25,6 +25,7 @@
margin-right: auto;
padding-right: var(--md-padding-x);
padding-top: 0;
width: 100%;
&:after {
content: "";
display: block;

View File

@ -52,6 +52,7 @@
flex-direction: row;
align-items: left;
flex-shrink: 0;
margin-bottom: 1rem;
a {
@include elementFocus(var(--color-primary));
@ -75,6 +76,7 @@
margin-top: 0;
padding-top: 0;
border-top: 0;
padding-bottom: 0;
}
}

View File

@ -31,7 +31,7 @@
&:hover,
&:focus {
background-color: var(--color-gray-light);
background-color: transparentize(#8B9AA8, .85);
}
th,