Skip to content

Commit

Permalink
Update styles.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored Nov 24, 2019
1 parent c4575b8 commit e602b0a
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.tabItem:hover,
.tabItem:active,
.tabItem:focus {
outline: 0;
}
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

.tabItem:focus {
background-color: var(--ifm-hover-overlay);
Expand Down

0 comments on commit e602b0a

Please sign in to comment.