Skip to content

Commit a77df4f

Browse files
committed
Don't use bold on buttons
1 parent ac78cd7 commit a77df4f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

base/src/main/resources/web/lib/components/code-quarkus.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ button.btn.btn-light {
172172
border: none;
173173
cursor: pointer;
174174
border-radius: 0;
175-
font-weight: bold;
176175
background-color: transparent;
177176
color: var(--linkTextColor);
178177

base/src/main/resources/web/lib/components/extensions-picker/extension-search-bar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@
162162
align-items: center;
163163
cursor: pointer;
164164
text-transform: capitalize;
165-
margin: 0 10px;
166-
padding: 0px 10px;
165+
margin: 0;
166+
padding: 0px 20px;
167167

168168
&[aria-expanded="true"], &:hover {
169169
background-color: var(--extensionsPickerSearchBorderColorOnFocus);

0 commit comments

Comments
 (0)