Skip to content

Commit 4b68c99

Browse files
committed
feat: add cpopover styles
1 parent 511aa7a commit 4b68c99

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

scss/vendors/tippyjs/index.scss

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
@import './animations/fade.scss';
33
@import './../../variables';
44

5-
$color: #333;
6-
75
.#{$namespace-prefix}-iOS {
86
cursor: pointer !important;
97
-webkit-tap-highlight-color: transparent;
@@ -100,3 +98,19 @@ $color: #333;
10098
background-color: $tooltip-bg;
10199
@include border-radius($tooltip-border-radius);
102100
}
101+
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

Comments
 (0)