]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_text.scss
Added experimental breadcrumb traversal
[bookstack] / resources / assets / sass / _text.scss
index 539ffef9925af3eca73fa05db862c4ad7fa05993..1a9afd794ccf50b61960e6aed3986bcb31973399 100644 (file)
@@ -340,10 +340,6 @@ span.sep {
 /**
   * Icons
   */
-i {
-  padding-right: $-xs;
-}
-
 .svg-icon {
   width: 1em;
   height: 1em;
@@ -351,5 +347,6 @@ i {
   position: relative;
   bottom: -0.105em;
   margin-right: $-xs;
+  pointer-events: none;
 }