-
Style attributes attached to buttons are lost when inside a `LinkContainer`
```
Go To Place
```
Results in:
```
Projects
Go To Place
```
-
Some Tolaria features (the login form, a few of the JS form elements) use inline CSS styles, which preclude you from using the admin with a `Content-Security-Policy` unless you set the undesirable `'u…
-
Based on this prototype https://github.com/davidkpiano/RxCSS
and this presentation https://www.youtube.com/watch?v=lTCukb6Zn3g
I thought it might be interesting to see how much benefit it will pro…
-
### Steps to reproduce 🕹
we are using remixjs+MUI and want to add _CSP-Headers_ following these guides:
[CSP-guide](https://mui.com/material-ui/guides/content-security-policy/#how-does-one-implem…
-
## Bug Description
It seems that when we want to activate darkreader it throws this error. as in the following you can see the error. It comes from the Content Security Policy added by the admini…
-
### Vue version
3.4.15, 3.5.12
### Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-qg9sjb?file=src%2Fcomponents%2FHelloWorld.vue
### Steps to reproduce
1. Mount vue…
-
We try to QI the child to xaml::Documents::Inline and fail
```c++
void TextViewManager::AddView(const XamlView &parent, const XamlView &child, int64_t index) {
auto textBlock(parent.as());
a…
-
### Description
Customize the font size of link into global settings override the custome size defined into social-links block. Caused by the order of css call, the instruction below should include t…
-
**Is your feature request related to a problem? Please describe.**
Currently, there's no intellisense support when using CSS variables with Tailwind's arbitrary value syntax in HTML:
```html
…
-
Related to: https://github.com/lobsters/lobsters/issues/486#issuecomment-437449313
Removing inline styles from the code will allow us to enable a stricter content security policy.