File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,6 +182,12 @@ const generateThemeCSS = () : string =>{
182182 border-color: ${ calendarBorderColor } !important;
183183 }
184184
185+ .rbc-event:focus,
186+ .rbc-toolbar button:focus
187+ {
188+ outline: 5px auto ${ calendarBorderColor } ;
189+ }
190+
185191 .rbc-day-slot .rbc-time-slot {
186192 border-color: ${ calendarBorderColor . fade ( .2 ) } !important;
187193 }
Original file line number Diff line number Diff line change @@ -187,13 +187,8 @@ button.rbc-input::-moz-focus-inner {
187187 cursor : inherit;
188188 pointer-events : none; }
189189 .rbc-event .rbc-selected {
190- background-color : # 265985 ; }
191- .rbc-event : focus {
192- outline : 5px auto # 3b99fc ; }
193-
194- /* .rbc-event:hover{
195- opacity: .8;
196- } */
190+ background-color : # 265985 ;
191+ }
197192
198193.rbc-event-label {
199194 font-size : 80% ; }
You can’t perform that action at this time.
0 commit comments