mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Fix overlaping click area's prevent text selection (#14471)
This commit is contained in:
parent
c4a840c55c
commit
e31ec45ec0
@ -214,7 +214,8 @@ dt:hover a.title-link {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
left: -25px;
|
left: -25px;
|
||||||
padding-right: 40px;
|
padding-right: 5px;
|
||||||
|
padding-left: 5px;
|
||||||
font-family: "FontAwesome";
|
font-family: "FontAwesome";
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user