Adjust typography in key part of the app (#11313)

This commit is contained in:
Germain
2023-08-01 10:31:21 +00:00
committed by GitHub
parent 340e301844
commit 5ec2c35497
6 changed files with 6 additions and 13 deletions
+1 -6
View File
@@ -14,12 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_ThreadSummary,
.mx_ThreadSummary_content,
.mx_ThreadSummary_icon {
font-size: $font-12px;
}
.mx_ThreadSummary,
.mx_ThreadSummary_content {
color: $secondary-content;
@@ -47,6 +41,7 @@ limitations under the License.
clear: both;
overflow: hidden;
border: 1px solid $panels; /* always render a border so the hover effect doesn't require a re-layout */
font: var(--cpd-font-body-sm-regular);
.mx_ThreadSummary_chevron {
position: absolute;