You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/src/guide/css.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -99,10 +99,10 @@ HTML result:
99
99
100
100
By default, multiple elements are mounted in the popper content:
101
101
102
-
-`popper`: the root element of the popper. This will positionned by popperjs.
103
-
-`wrapper`: an intermediary element to allow transforming both the content and the arrow (usefull for zoom transitions).
102
+
-`popper`: the root element of the popper. This will be positioned by popperjs.
103
+
-`wrapper`: an intermediary element to allow transforming both the content and the arrow (useful for zoom transitions).
104
104
-`inner`: the main popper content. Ideal target for main styles such as background, border, text color...
105
-
-`arrow-container`: contains the arrow graphics. This will be positionned by popperjs.
105
+
-`arrow-container`: contains the arrow graphics. This will be positioned by popperjs.
106
106
-`arrow-outer`: the bigger arrow. Visible by default. If you want a border, should use the border color - otherwise, should use the background color.
107
107
-`arrow-inner`: the smaller arrow, useful to simulate a border. Hidden by default. The default `dropdown` theme makes it visible to display the default border. Should use the background color.
0 commit comments