mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
remove relative positioning
This commit is contained in:
@@ -11,6 +11,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
|
||||
- Added `role="status"` to `<sl-spinner>`
|
||||
- Fixed broken spinner animation in Safari [#633](https://github.com/shoelace-style/shoelace/issues/633)
|
||||
- Improved `<sl-spinner>` track color when used on various backgrounds
|
||||
- Removed `position: relative` from the common component stylesheet
|
||||
|
||||
## 2.0.0-beta.63
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ export default css`
|
||||
|
||||
:host {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: auto;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ import utilityStyles from '../styles/utility.styles';
|
||||
|
||||
export default css`
|
||||
:host {
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user