Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/capnfabs/paperesque.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Tamp <fabian.tamp@gmail.com>2020-02-03 18:48:46 +0300
committerFabian Tamp <fabian.tamp@gmail.com>2020-02-03 18:48:46 +0300
commitf5be2708e60269cd30af04889a12329daca29079 (patch)
tree4108e9bd3279e7dd2c52d299037fd14cc1642fb0
parente118275fa5a396db41f1b4ef0a0aa403fcedddef (diff)
Update Reboot.css to 4.4.1
-rw-r--r--static/css/reboot.css13
1 files changed, 5 insertions, 8 deletions
diff --git a/static/css/reboot.css b/static/css/reboot.css
index 09b0066..91b0fc4 100644
--- a/static/css/reboot.css
+++ b/static/css/reboot.css
@@ -1,5 +1,5 @@
/*!
- * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
+ * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
@@ -33,7 +33,7 @@ body {
background-color: #fff;
}
-[tabindex="-1"]:focus {
+[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
@@ -133,20 +133,16 @@ a:hover {
text-decoration: underline;
}
-a:not([href]):not([tabindex]) {
+a:not([href]) {
color: inherit;
text-decoration: none;
}
-a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
+a:not([href]):hover {
color: inherit;
text-decoration: none;
}
-a:not([href]):not([tabindex]):focus {
- outline: 0;
-}
-
pre,
code,
kbd,
@@ -328,3 +324,4 @@ template {
[hidden] {
display: none !important;
}
+/*# sourceMappingURL=bootstrap-reboot.css.map */ \ No newline at end of file