Merge remote-tracking branch 'tootsuite/master'

This commit is contained in:
David Yip
2017-11-27 22:33:26 -06:00
11 changed files with 195 additions and 1 deletions

View File

@@ -2099,6 +2099,27 @@
}
}
.keyboard-shortcuts {
padding: 8px 0 0;
overflow: hidden;
thead {
position: absolute;
left: -9999px;
}
td {
padding: 0 10px 8px;
}
code {
display: inline-block;
padding: 3px 5px;
background-color: lighten($ui-base-color, 8%);
border: 1px solid darken($ui-base-color, 4%);
}
}
.setting-text {
color: $ui-primary-color;
background: transparent;