mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01: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:
parent
d322c89bb2
commit
93c609b117
@ -28,10 +28,6 @@
|
|||||||
|
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
max-width: 670px;
|
max-width: 670px;
|
||||||
|
|
||||||
b {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
@ -79,8 +79,4 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--color-primary-default);
|
color: var(--color-primary-default);
|
||||||
}
|
}
|
||||||
|
|
||||||
b {
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
/* http://meyerweb.com/eric/tools/css/reset/
|
/* http://meyerweb.com/eric/tools/css/reset/
|
||||||
v2.0 | 20110126
|
v2.0 | 20110126
|
||||||
License: none (public domain)
|
License: none (public domain)
|
||||||
|
|
||||||
|
⚠️ This file has been updated from the original copy. ⚠️
|
||||||
*/
|
*/
|
||||||
|
|
||||||
html,
|
html,
|
||||||
@ -42,7 +44,6 @@ sub,
|
|||||||
sup,
|
sup,
|
||||||
tt,
|
tt,
|
||||||
var,
|
var,
|
||||||
b,
|
|
||||||
u,
|
u,
|
||||||
i,
|
i,
|
||||||
center,
|
center,
|
||||||
@ -96,6 +97,18 @@ video {
|
|||||||
vertical-align: baseline;
|
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 */
|
/* HTML5 display-role reset for older browsers */
|
||||||
|
|
||||||
/* stylelint-disable */
|
/* stylelint-disable */
|
||||||
|
Loading…
Reference in New Issue
Block a user