Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into replace-conditionals-with-skyiftheme
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite committed Mar 31, 2021
2 parents aed5563 + f488925 commit e84e5bb
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,19 @@
}

&:focus {
.sky-switch-input:not(:disabled):checked + .sky-switch-control {
border: none;
}

.sky-switch-control {
border: solid 2px $sky-theme-modern-background-color-primary-dark;
outline: none;
border: none;
box-shadow: inset 0 0 0 2px $sky-theme-modern-color-blue-74;
}
}

&.sky-selection-box-selected {
&.sky-selection-box-selected,
&:focus.sky-selection-box-selected {
background: #e8f8ff;
box-shadow: inset 0 0 0 2px #1870B8, 0px 1px 8px 0px rgba(0, 0, 0, 0.3), inset 6px 0 0 0 $sky-background-color-primary-dark;
}
Expand Down

0 comments on commit e84e5bb

Please sign in to comment.