@@ -147,11 +147,6 @@ a .commit-ref:hover span {
147
147
text-decoration : inherit;
148
148
}
149
149
150
- /* Remove useless tip in the organization news feed */
151
- # dashboard .alert .git_hub {
152
- display : none !important ;
153
- }
154
-
155
150
/* Style for edit README button */
156
151
# readme .blob # refined-github-readme-buttons {
157
152
display : none;
@@ -204,10 +199,6 @@ followed someone
204
199
display : none !important ;
205
200
}
206
201
207
- .news .body > .border-gray-light {
208
- border : none !important ; /* Remove border between dashboard news items */
209
- }
210
-
211
202
/* Decrease font-size on commit details so our custom patch and diff links fit */
212
203
.commit .sha-block {
213
204
margin-left : 7px !important ;
@@ -878,7 +869,7 @@ body > .footer li a {
878
869
/* Hide duplicate repo name */
879
870
.dashboard .flex-items-baseline .f3 ,
880
871
.dashboard .flex-items-baseline .f4 ,
881
- .dashboard .flex-items-baseline .text-bold .text-gray-dark {
872
+ .dashboard .flex-items-baseline .text-bold .text-gray-dark {
882
873
display : none;
883
874
}
884
875
/* Restore names and space them out if they are grouped */
@@ -892,7 +883,7 @@ body > .footer li a {
892
883
margin-top : 20px !important ;
893
884
}
894
885
/* Hide star button */
895
- .dashboard .flex-items-baseline [value = " Star" ] {
886
+ .dashboard .flex-items-baseline [value = ' Star' ] {
896
887
display : none;
897
888
}
898
889
@@ -905,11 +896,19 @@ body > .footer li a {
905
896
margin : 0 !important ;
906
897
color : var (--github-gray-text ) !important ;
907
898
}
899
+ /* Remove border between dashboard news items */
900
+ .dashboard .body > .border-gray-light {
901
+ border : none !important ;
902
+ }
908
903
909
904
/* Make activities narrower */
910
905
.dashboard .d-flex .border-bottom .border-gray-light {
911
906
padding : 8px 0 !important ;
912
907
}
908
+ /* Remove useless tip in the organization news feed */
909
+ # dashboard .alert .git_hub {
910
+ display : none !important ;
911
+ }
913
912
914
913
/* For 'extend-diff-expander' feature */
915
914
.js-expandable-line : hover .diff-expander ,
0 commit comments