mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
Avoid shifting elements when mousing over a tags (#1866)
This commit is contained in:
parent
85ca7efc6d
commit
c91d53b4d4
1 changed files with 1 additions and 2 deletions
|
|
@ -251,8 +251,7 @@
|
||||||
|
|
||||||
a:hover,
|
a:hover,
|
||||||
a.active {
|
a.active {
|
||||||
font-weight: bold;
|
text-shadow: 0 0 1px currentColor, 0 0 1px currentColor, 0 0 8px light-dark(@dark-blue, @golden);
|
||||||
text-shadow: 0 0 8px light-dark(@dark-blue, @golden);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue