File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112112 "stylelint" : {
113113 "extends" : " stylelint-config-xo" ,
114114 "rules" : {
115+ "selector-type-no-unknown" : null ,
115116 "declaration-no-important" : null ,
116117 "property-no-vendor-prefix" : null ,
117118 "no-descending-specificity" : null ,
Original file line number Diff line number Diff line change 4040 margin : 0 ;
4141}
4242
43+ /* Privately remind users to use Reactions for +1/-1 voting */
44+ .current-user .comment-body > p : only - child > g-emoji [alias = '+1' ]: only - child,
45+ .current-user .comment-body > p : only - child > g-emoji [alias = '-1' ]: only-child {
46+ display : flex;
47+ flex-direction : column;
48+ text-align : center;
49+ padding : 3em ;
50+ font-size : 4em ;
51+ }
52+ .current-user .comment-body > p : only - child > g-emoji [alias = '+1' ]: only - child::after ,
53+ .current-user .comment-body > p : only - child > g-emoji [alias = '-1' ]: only-child ::after {
54+ content : 'This should be posted as a reaction, not as a comment.' ;
55+ font-family : sans-serif;
56+ margin-top : 2em ;
57+ font-size : 20px ;
58+ }
59+
4360/* Remove the toolbar from the right repo box on the dashboard */
4461.dashboard-sidebar .user-repos > h3 ,
4562.dashboard-sidebar .user-repos > .boxed-group-action {
You can’t perform that action at this time.
0 commit comments