mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 21:29:20 +01:00
Fix sudden Chrome CSS bug with text-shadow affecting underlines
This commit is contained in:
parent
927430853a
commit
9d7d5df7f2
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
text-shadow: 0 1px var(--bg-color);
|
/* text-shadow: 0 1px var(--bg-color); */
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
|
Loading…
Reference in a new issue