mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
fix text showing behind button b/c of opacity bug
This commit is contained in:
parent
97294b793f
commit
3d581358ec
1 changed files with 3 additions and 4 deletions
|
|
@ -95,15 +95,14 @@ for $stage in $stages
|
|||
outline: 0
|
||||
border: 0
|
||||
border-radius: 0 //required to nuke BB-playbook user agent styles
|
||||
background-color: darken($best, 20%)
|
||||
opacity: 0.75
|
||||
background-color: darken($best, 15%)
|
||||
&:hover,
|
||||
&:focus
|
||||
opacity: 1
|
||||
// opacity: 1
|
||||
background-color: darken($best, 20%)
|
||||
&:active
|
||||
background-color: darken($best, 30%)
|
||||
opacity: 1
|
||||
// opacity: 1
|
||||
|
||||
|
||||
// an individual task entry
|
||||
|
|
|
|||
Loading…
Reference in a new issue