fix: paper-icon-button-light hover on focus
This commit is contained in:
@@ -18,4 +18,5 @@ indent_size = 2
|
||||
|
||||
# documentation, utils
|
||||
[*.{md,mdx,diff}]
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
@@ -42,20 +42,14 @@
|
||||
```
|
||||
2. Open settings, navigate to Display and paste the CSS into the section called "Custom CSS code"
|
||||
3. Copy your preferred flavor's import rule and paste it **after** the theme import:
|
||||
- 🌻 Latte
|
||||
```css
|
||||
/* 🌻 Latte */
|
||||
@import url('https://adamperkowski.github.io/jellyfin/latte.css');
|
||||
```
|
||||
- 🪴 Frappé
|
||||
```css
|
||||
/* 🪴 Frappé */
|
||||
@import url('https://adamperkowski.github.io/jellyfin/frappe.css');
|
||||
```
|
||||
- 🌺 Macchiato
|
||||
```css
|
||||
/* 🌺 Macchiato */
|
||||
@import url('https://adamperkowski.github.io/jellyfin/macchiato.css');
|
||||
```
|
||||
- 🌿 Mocha
|
||||
```css
|
||||
/* 🌿 Mocha */
|
||||
@import url('https://adamperkowski.github.io/jellyfin/mocha.css');
|
||||
```
|
||||
4. Press save and you're done!
|
||||
|
||||
@@ -100,7 +100,6 @@ html {
|
||||
}
|
||||
|
||||
.paper-icon-button-light:hover:not(:disabled),
|
||||
.paper-icon-button-light:focus,
|
||||
.listItem:hover,
|
||||
.listItem:focus,
|
||||
.navMenuOption:hover,
|
||||
|
||||
Reference in New Issue
Block a user