PluginProbe
Gutenberg / 22.7.0
Gutenberg v22.7.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | build/styles/preferences/style.css +1 -7 23.6.2 → 22.7.0 View file →
@@ -71,14 +71,8 @@
71 71 /**
72 72 * Focus styles.
73 73 */
74 74 /**
75 - * Standard focus rings for the WordPress Design System.
76 - *
77 - * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site,
78 - * e.g. `&:focus { @include outset-ring__focus(); }`.
79 - */
80 -/**
81 75 * Applies editor left position to the selector passed as argument
82 76 */
83 77 /**
84 78 * Styles that are reused verbatim in a few places
@@ -150,9 +144,9 @@
150 144 }
151 145
152 146 .preferences-modal__section-title {
153 147 font-size: 0.9rem;
154 - font-weight: var(--wpds-typography-font-weight-emphasis, 600);
148 + font-weight: 600;
155 149 margin-top: 0;
156 150 }
157 151
158 152 .preferences-modal__section-description {