Skip to content

Commit

Permalink
fix(module: popover): remove user agent styles (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
aijunhao committed Jun 9, 2023
1 parent cbcc512 commit a505f59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/popover/style/index.less
Expand Up @@ -68,3 +68,8 @@
height: @icon-size-xs;
}
}

// remove user agent styles
[popover] {
all: unset;
}

0 comments on commit a505f59

Please sign in to comment.