mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
fix(global-modules): prevent labels from hiding tooltips
– Remove overflow:hidden from label template as it obscured tooltips applied to label’s children – Style buttons correctly if they include an input element
This commit is contained in:
parent
4cf1030c85
commit
d1a5ff0cef
1 changed files with 1 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ $hrpg-button-master
|
|||
background-color: #eee !important
|
||||
$hrpg-button
|
||||
@extend $hrpg-button-master
|
||||
> a, > button
|
||||
> a, > button, > input
|
||||
border: 1px solid #ccc !important
|
||||
border-radius: 0.382em !important
|
||||
$hrpg-button-call-to-action
|
||||
|
|
@ -132,7 +132,6 @@ $hrpg-label
|
|||
padding: 0.382em 0.618em
|
||||
border: 1px solid #fff
|
||||
outline: 1px solid #999
|
||||
overflow: hidden
|
||||
background-color: #999
|
||||
font-size: 0.8em
|
||||
line-height: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue