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>
feature/default_network_editable
Ariella Vu 2 years ago committed by GitHub
parent d322c89bb2
commit 93c609b117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ui/components/app/flask/experimental-area/index.scss
  2. 4
      ui/components/app/transaction-activity-log/index.scss
  3. 15
      ui/css/reset.scss

@ -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…
Cancel
Save