Commit 93a4cf6
authored
fix: remove unnecessary where selectors (#273)
### i removed ":where" selectors that were not adding value
## Checklist
<!--
Example how to mark a checkbox:-
- [x] I have performed a self-review of my own code.
-->
- [x] I have performed a self-review of my own code.
- [x] I have commented on my code, particularly wherever it was hard to
understand.
- [x] I have made corresponding changes to the documentation.
- [x] I have followed the code style of the project
- [x] I have tested my code, and it works without errors
## Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/krshoss/gardevoir/blob/main/CODE_OF_CONDUCT.md)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Style Enhancements**
- Streamlined button styling for improved consistency across button
types, enhancing user interaction feedback with updated cursor styles.
- Consolidated `font-family` declaration for better readability in
global styles without affecting functionality.
- Improved specificity in dialog element display rules, ensuring better
control over visibility for dialogs that are not open.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 9865f44 commit 93a4cf6
3 files changed
+14
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments