1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Update reset.scss to revive <b> element font-weight (#15784)

* reset.scss: add comment

* reset.scss: revive <b> element font-weight

* scss: rm unused b {} style

* scss: rm .text b style

Co-authored-by: ryanml <ryanlanese@gmail.com>
This commit is contained in:
Ariella Vu 2022-09-13 09:30:41 -07:00 committed by GitHub
parent d322c89bb2
commit 93c609b117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 9 deletions

View File

@ -28,10 +28,6 @@
padding: 16px;
max-width: 670px;
b {
font-weight: bold;
}
}
ul {

View File

@ -79,8 +79,4 @@
cursor: pointer;
color: var(--color-primary-default);
}
b {
font-weight: 500;
}
}

View File

@ -1,6 +1,8 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
This file has been updated from the original copy.
*/
html,
@ -42,7 +44,6 @@ sub,
sup,
tt,
var,
b,
u,
i,
center,
@ -96,6 +97,18 @@ video {
vertical-align: baseline;
}
b {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-style: inherit;
font-variant: inherit;
font-size: inherit;
line-height: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/* stylelint-disable */