File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2028,8 +2028,8 @@ a.ui.basic.label:hover {
2028
2028
2029
2029
.ui .attached .header > .ui .right > .button ,
2030
2030
.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 );
2033
2033
}
2034
2034
2035
2035
/* if a .top.attached.header is followed by a .segment, add some margin */
Original file line number Diff line number Diff line change 1
1
/* this contains override styles for buttons and related elements */
2
2
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 */
4
4
.ui .button ,
5
5
.ui .button : focus {
6
6
background : var (--color-button );
@@ -53,9 +53,9 @@ a.btn:hover {
53
53
color : inherit;
54
54
}
55
55
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 */
59
59
60
60
.ui .buttons .button {
61
61
border-right : none;
You can’t perform that action at this time.
0 commit comments