File: 008-bootswatch-quartz.patch

package info (click to toggle)
r-cran-bslib 0.9.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,412 kB
  • sloc: javascript: 13,349; makefile: 33; sh: 23
file content (16 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/inst/lib/bsw5/dist/quartz/_bootswatch.scss b/inst/lib/bsw5/dist/quartz/_bootswatch.scss
index 757411e..393605d 100644
--- a/inst/lib/bsw5/dist/quartz/_bootswatch.scss
+++ b/inst/lib/bsw5/dist/quartz/_bootswatch.scss
@@ -122,6 +122,11 @@ body {
   @include glass(.3);
 }
 
+.selectize-dropdown {
+  @include glass(.3);
+  background-color: transparent !important;
+}
+
 .nav-tabs {
   .nav-link {
     transition: none;