File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 13
13
@ThemeBlack : #262626 ;
14
14
@ThemeGreen : #6cc644 ;
15
15
16
- @ThemeBlue : #4183c4 ;
17
-
18
16
@White : #ffffff ;
17
+ @LightGray : #f5f5f5 ;
19
18
20
19
/* @end Colors */
21
20
@@ -259,7 +258,7 @@ html, body {
259
258
.repository {
260
259
padding : 10px 20px ;
261
260
margin : 0 ;
262
- background-color : #f5f5f5 ;
261
+ background-color : @LightGray ;
263
262
264
263
.col-xs-2 ,
265
264
.col-xs-10 {
@@ -313,7 +312,7 @@ html, body {
313
312
.notification {
314
313
margin : 0 ;
315
314
padding : 3px 20px ;
316
- border-bottom : 1px solid darken (#f5f5f5 , 10% );
315
+ border-bottom : 1px solid darken (@LightGray , 10% );
317
316
318
317
transition : opacity .25s ease-in-out ;
319
318
-moz-transition : opacity .25s ease-in-out ;
@@ -332,26 +331,35 @@ html, body {
332
331
white-space : nowrap ;
333
332
overflow : hidden ;
334
333
text-overflow : ellipsis ;
334
+
335
+ & :hover {
336
+ cursor : pointer ;
337
+ }
335
338
}
336
339
337
340
.octicon {
338
341
margin-right : 10px ;
339
342
font-size : 20px ;
340
343
341
344
& .octicon-check {
342
- -webkit-transition : all .8 s ;
343
- -moz-transition : all .8 s ;
344
- transition : all .8 s ;
345
+ -webkit-transition : all .4 s ;
346
+ -moz-transition : all .4 s ;
347
+ transition : all .4 s ;
345
348
346
349
& :hover {
347
- color : @ThemeBlue ;
350
+ color : @ThemeGreen ;
351
+ cursor : pointer ;
348
352
}
349
353
}
350
354
}
351
355
352
356
& .read {
353
357
.Opacity (0.4 );
354
358
}
359
+
360
+ & :hover {
361
+ background-color : @LightGray ;
362
+ }
355
363
}
356
364
357
365
/* @end Component / Notification */
You can’t perform that action at this time.
0 commit comments