File tree Expand file tree Collapse file tree 7 files changed +28
-4
lines changed
Expand file tree Collapse file tree 7 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ menu {
285285 ========================================================================== */ /**
286286 * Add the correct display in IE 10-.
287287 */ [hidden ] {
288- display : none;
288+ display : none !important ;
289289}/* -----------------------------------------------------------------------------
290290 custom reset styles
291291----------------------------------------------------------------------------- */ /*! 自定义重置样式 | moocss.com */ html ,
373373 text-decoration : none;
374374}::-webkit-scrollbar {
375375 display : none;
376+ }/**
377+ * Suppress the focus outline on elements that cannot be accessed via keyboard.
378+ * This prevents an unwanted focus outline from appearing around elements that
379+ * might still respond to pointer events.
380+ */ [tabindex = "-1" ]: focus {
381+ outline : none !important ;
376382}
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ menu {
285285 ========================================================================== */ /**
286286 * Add the correct display in IE 10-.
287287 */ [hidden ] {
288- display : none;
288+ display : none !important ;
289289}/* -----------------------------------------------------------------------------
290290 custom reset styles
291291----------------------------------------------------------------------------- */ /*! 自定义重置样式 | moocss.com */ html ,
373373 text-decoration : none;
374374}::-webkit-scrollbar {
375375 display : none;
376+ }/**
377+ * Suppress the focus outline on elements that cannot be accessed via keyboard.
378+ * This prevents an unwanted focus outline from appearing around elements that
379+ * might still respond to pointer events.
380+ */ [tabindex = "-1" ]: focus {
381+ outline : none !important ;
376382}
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ menu {
285285 ========================================================================== */ /**
286286 * Add the correct display in IE 10-.
287287 */ [hidden ] {
288- display : none;
288+ display : none !important ;
289289}/* -----------------------------------------------------------------------------
290290 custom reset styles
291291----------------------------------------------------------------------------- */ /*! 自定义重置样式 | moocss.com */ /**
@@ -471,4 +471,10 @@ samp {
471471 */ table {
472472 border-collapse : collapse;
473473 border-spacing : 0 ;
474+ }/**
475+ * Suppress the focus outline on elements that cannot be accessed via keyboard.
476+ * This prevents an unwanted focus outline from appearing around elements that
477+ * might still respond to pointer events.
478+ */ [tabindex = "-1" ]: focus {
479+ outline : none !important ;
474480}
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ menu {
285285 ========================================================================== */ /**
286286 * Add the correct display in IE 10-.
287287 */ [hidden ] {
288- display : none;
288+ display : none !important ;
289289}/* -----------------------------------------------------------------------------
290290 custom reset styles
291291----------------------------------------------------------------------------- */ /*! 自定义重置样式 | moocss.com */ /**
@@ -471,4 +471,10 @@ samp {
471471 */ table {
472472 border-collapse : collapse;
473473 border-spacing : 0 ;
474+ }/**
475+ * Suppress the focus outline on elements that cannot be accessed via keyboard.
476+ * This prevents an unwanted focus outline from appearing around elements that
477+ * might still respond to pointer events.
478+ */ [tabindex = "-1" ]: focus {
479+ outline : none !important ;
474480}
You can’t perform that action at this time.
0 commit comments