We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511aa7a commit 4b68c99Copy full SHA for 4b68c99
scss/vendors/tippyjs/index.scss
@@ -2,8 +2,6 @@
2
@import './animations/fade.scss';
3
@import './../../variables';
4
5
-$color: #333;
6
-
7
.#{$namespace-prefix}-iOS {
8
cursor: pointer !important;
9
-webkit-tap-highlight-color: transparent;
@@ -100,3 +98,19 @@ $color: #333;
100
98
background-color: $tooltip-bg;
101
99
@include border-radius($tooltip-border-radius);
102
}
+
+// Popover
103
104
+.#{$namespace-prefix}-box[data-theme~='cpopover'] {
105
+ // background:white;
106
+ // color: inherit;
107
+ // border: 1px solid rgba(0, 0, 21, 0.2);
108
109
+ > .#{$namespace-prefix}-content {
110
+ padding: 0;
111
+ }
112
113
+ > .#{$namespace-prefix}-arrow::before {
114
+ color: white;
115
116
+}
0 commit comments