File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 26
26
margin : 20px ; }
27
27
28
28
.event-item .priority {
29
- background : white; }
29
+ background : white;
30
+ border-color : # 1ab3c1 ; }
30
31
31
32
.event-item__image {
32
33
width : 100% ;
54
55
content : '\f0c1' ;
55
56
font-family : 'FontAwesome' ;
56
57
margin-right : 5px ; }
58
+ .event-item__url : hover , .event-item__url : active , .event-item__url : focus {
59
+ text-decoration : underline; }
57
60
58
61
.react-add-to-calendar {
59
62
position : relative;
@@ -64,7 +67,11 @@ body {
64
67
65
68
.react-add-to-calendar__button {
66
69
border : 2px solid # 86e6ee ;
67
- padding : 10px ; }
70
+ padding : 10px ;
71
+ cursor : pointer; }
72
+ .react-add-to-calendar__button : hover , .react-add-to-calendar__button : active , .react-add-to-calendar__button : focus {
73
+ border-color : # 1ab3c1 ;
74
+ background-color : # 86e6ee ; }
68
75
69
76
.react-add-to-calendar__dropdown {
70
77
position : absolute;
Original file line number Diff line number Diff line change 39
39
40
40
.event-item.priority {
41
41
background : white ;
42
+ border-color : $blue ;
42
43
}
43
44
44
45
.event-item__image {
@@ -73,6 +74,12 @@ body {
73
74
font-family : ' FontAwesome' ;
74
75
margin-right : 5px ;
75
76
}
77
+
78
+ & :hover ,
79
+ & :active ,
80
+ & :focus {
81
+ text-decoration : underline ;
82
+ }
76
83
}
77
84
78
85
.react-add-to-calendar {
@@ -87,6 +94,14 @@ body {
87
94
.react-add-to-calendar__button {
88
95
border : 2px solid $blue-light ;
89
96
padding : 10px ;
97
+ cursor : pointer ;
98
+
99
+ & :hover ,
100
+ & :active ,
101
+ & :focus {
102
+ border-color : $blue ;
103
+ background-color : $blue-light ;
104
+ }
90
105
}
91
106
92
107
.react-add-to-calendar__dropdown {
You can’t perform that action at this time.
0 commit comments