We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1978f commit bcca769Copy full SHA for bcca769
src/pydata_sphinx_theme/assets/styles/extensions/_bootstrap.scss
@@ -13,3 +13,7 @@
13
max-width: unset;
14
width: unset;
15
}
16
+
17
+.btn {
18
+ --bs-btn-focus-box-shadow: #{$btn-focus-box-shadow};
19
+}
src/pydata_sphinx_theme/assets/styles/variables/_bootstrap.scss
@@ -31,7 +31,3 @@ $focus-ring-box-shadow: 0 0 $focus-ring-blur $focus-ring-width $focus-ring-color
31
// outline creates the same style of focus ring, it just uses CSS outline instead of box shadow
32
$focus-ring-outline: $focus-ring-color solid $focus-ring-width;
33
$btn-focus-box-shadow: $focus-ring-box-shadow;
34
-
35
-.btn {
36
- --bs-btn-focus-box-shadow: #{$btn-focus-box-shadow};
37
-}
0 commit comments