mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-07 02:59:49 +00:00
don't use focus mixin on mobile
This commit is contained in:
parent
904dd32df4
commit
90be60c9b0
3 changed files with 12 additions and 6 deletions
|
@ -5,9 +5,11 @@
|
|||
font-size: var(--font-small);
|
||||
}
|
||||
|
||||
@media (min-width: $breakpoint-small) {
|
||||
&:focus {
|
||||
@include focus;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.button--uri-indicator {
|
||||
|
|
|
@ -123,9 +123,11 @@
|
|||
background-color: var(--color-primary-alt);
|
||||
}
|
||||
|
||||
@media (min-width: $breakpoint-small) {
|
||||
&:focus {
|
||||
@include focus;
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
display: flex;
|
||||
|
|
|
@ -115,10 +115,12 @@
|
|||
|
||||
.button--primary,
|
||||
.button ~ .button--link {
|
||||
@media (min-width: $breakpoint-small) {
|
||||
&:focus {
|
||||
@include focus;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.button--primary ~ .button--link {
|
||||
margin-left: var(--spacing-small);
|
||||
|
|
Loading…
Add table
Reference in a new issue