Skip to content

Commit 2fe83bd

Browse files
committed
fix lint
1 parent ffcc023 commit 2fe83bd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

web_src/css/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,8 +2028,8 @@ a.ui.basic.label:hover {
20282028

20292029
.ui.attached.header > .ui.right > .button,
20302030
.ui.attached.header > .ui.right > .dropdown > .button {
2031-
padding: 8px 10px;
2032-
font-weight: var(--font-weight-normal);
2031+
padding: 8px 10px;
2032+
font-weight: var(--font-weight-normal);
20332033
}
20342034

20352035
/* if a .top.attached.header is followed by a .segment, add some margin */

web_src/css/modules/button.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* this contains override styles for buttons and related elements */
22

3-
/* these styles changes (pollutes) the Fomantic UI's rules, Fomantic UI expects only "basic" buttons have borders */
3+
/* these styles changed the Fomantic UI's rules, Fomantic UI expects only "basic" buttons have borders */
44
.ui.button,
55
.ui.button:focus {
66
background: var(--color-button);
@@ -53,9 +53,9 @@ a.btn:hover {
5353
color: inherit;
5454
}
5555

56-
/* By default, Fomantic UI doesn't support "bordered" buttons group, but Gitea would like to use it ....
57-
And the default buttons always have borders now (not the same as Fomantic UI's default buttons).
58-
It's difficult to tweak the left/right borders with active state */
56+
/* By default, Fomantic UI doesn't support "bordered" buttons group, but Gitea would like to use it.
57+
And the default buttons always have borders now (not the same as Fomantic UI's default buttons, see above).
58+
It needs some tricks to tweak the left/right borders with active state */
5959

6060
.ui.buttons .button {
6161
border-right: none;

0 commit comments

Comments
 (0)