refactor(docs-infra): scope select-menu styles to the <aio-select>
element (#40704)
This commit ensures that all styles for the select-menu element (which are defined in `_select-menu.scss`) only apply to elements inside an `<aio-select>` element. This will prevent the styles accidentally taking effect on a different part of the app. PR Close #40704
This commit is contained in:
parent
862fe82712
commit
b0cf35b8ff
@ -1,5 +1,6 @@
|
||||
/* SELECT MENU */
|
||||
|
||||
aio-select {
|
||||
.form-select-menu {
|
||||
position: relative;
|
||||
}
|
||||
@ -87,3 +88,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user