Fix focus/hover priority
This commit is contained in:
parent
e858b4f59b
commit
c6266881bf
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ input, textarea
|
||||||
color var(--input-fg)
|
color var(--input-fg)
|
||||||
border-radius 0.25em
|
border-radius 0.25em
|
||||||
|
|
||||||
&:hover { background: var(--input-hover-bg) }
|
|
||||||
&:focus { background: var(--input-focus-bg) }
|
&:focus { background: var(--input-focus-bg) }
|
||||||
|
&:hover { background: var(--input-hover-bg) }
|
||||||
|
|
||||||
button, input[type=submit]
|
button, input[type=submit]
|
||||||
font inherit
|
font inherit
|
||||||
|
@ -90,8 +90,8 @@ button, input[type=submit]
|
||||||
border 0
|
border 0
|
||||||
padding 0.5em 1em
|
padding 0.5em 1em
|
||||||
|
|
||||||
&:hover { background: var(--button-hover-bg) }
|
|
||||||
&:focus { background: var(--button-hover-bg) }
|
&:focus { background: var(--button-hover-bg) }
|
||||||
|
&:hover { background: var(--button-hover-bg) }
|
||||||
|
|
||||||
.lead { font-size: 1.5rem }
|
.lead { font-size: 1.5rem }
|
||||||
.rounded { border-radius: 0.5em }
|
.rounded { border-radius: 0.5em }
|
||||||
|
|
Loading…
Reference in a new issue