浏览代码

Closes #11682: Remove lateral padding from highlighted text

jeremystretch 2 年之前
父节点
当前提交
8d25d7812c

文件差异内容过多而无法显示
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


文件差异内容过多而无法显示
+ 0 - 0
netbox/project-static/dist/netbox-light.css


文件差异内容过多而无法显示
+ 0 - 0
netbox/project-static/dist/netbox-print.css


+ 1 - 1
netbox/project-static/package.json

@@ -56,4 +56,4 @@
   "resolutions": {
   "resolutions": {
     "@types/bootstrap/**/@popperjs/core": "^2.11.6"
     "@types/bootstrap/**/@popperjs/core": "^2.11.6"
   }
   }
-}
+}

+ 6 - 0
netbox/project-static/styles/overrides.scss

@@ -42,3 +42,9 @@ input[type='search']::-webkit-search-results-button,
 input[type='search']::-webkit-search-results-decoration {
 input[type='search']::-webkit-search-results-decoration {
   -webkit-appearance: none !important;
   -webkit-appearance: none !important;
 }
 }
+
+// Remove x-axis padding from highlighted text
+mark {
+  padding-left: 0;
+  padding-right: 0;
+}

部分文件因为文件数量过多而无法显示