Skip to content

Commit 5ba65fb

Browse files
committed
v1.1.2
1 parent a7843e9 commit 5ba65fb

File tree

7 files changed

+28
-4
lines changed

7 files changed

+28
-4
lines changed

.DS_Store

0 Bytes
Binary file not shown.

src/.DS_Store

0 Bytes
Binary file not shown.

src/__tests__/.DS_Store

0 Bytes
Binary file not shown.

src/__tests__/features/reset-mobile.actual.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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,
@@ -373,4 +373,10 @@ a {
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
}

src/__tests__/features/reset-mobile.expected.css

100755100644
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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,
@@ -373,4 +373,10 @@ a {
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
}

src/__tests__/features/reset-pc.actual.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

src/__tests__/features/reset-pc.expected.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)