File tree Expand file tree Collapse file tree
src/vs/workbench/electron-browser/media Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050.monaco-shell a [tabindex = "0" ]: focus ,
5151.monaco-shell div [tabindex = "0" ]: focus ,
5252.monaco-shell select : focus ,
53+ .monaco-shell input [type = "button" ]: focus ,
5354.monaco-shell iframe [tabindex = "0" ]: focus {
5455 outline : 2px auto -webkit-focus-ring-color;
5556 outline-offset : -2px ;
5657 opacity : 1 !important ; /* prevent components from dimming focus feedback */
5758}
5859
59- .monaco-shell a [tabindex = "0" ]: active , a [tabindex = "0" ]: hover ,
60- .monaco-shell div [tabindex = "0" ]: active , div [tabindex = "0" ]: hover ,
61- .monaco-shell select : active , select : hover ,
62- .monaco-shell iframe [tabindex = "0" ]: active , iframe [tabindex = "0" ]: hover {
60+ .monaco-shell a [tabindex = "0" ]: active , .monaco-shell a [tabindex = "0" ]: hover ,
61+ .monaco-shell div [tabindex = "0" ]: active , .monaco-shell div [tabindex = "0" ]: hover ,
62+ .monaco-shell select : active , .monaco-shell select : hover ,
63+ .monaco-shell input [type = "button" ]: active , .monaco-shell input [type = "button" ]: hover ,
64+ .monaco-shell iframe [tabindex = "0" ]: active , .monaco-shell iframe [tabindex = "0" ]: hover {
6365 outline : 0 ;
6466 opacity : inherit;
6567}
You can’t perform that action at this time.
0 commit comments