X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=scss%2Fbootstrap%2Fmixins%2F_hover.scss;h=409f8244e126b580df1b3a76b1efb62e4eb58951;hp=192f847e17e08cebb04fb1f5a62d75213a9ad168;hb=a278c52cabf7cbc21171385a53f89c1584093647;hpb=0a809d0ab05f5ad906a757d65865cfdc4474ad81 diff --git a/scss/bootstrap/mixins/_hover.scss b/scss/bootstrap/mixins/_hover.scss index 192f847e17..409f8244e1 100644 --- a/scss/bootstrap/mixins/_hover.scss +++ b/scss/bootstrap/mixins/_hover.scss @@ -9,18 +9,18 @@ // // Issue: https://github.com/twbs/bootstrap/issues/25195 -@mixin hover { +@mixin hover() { &:hover { @content; } } -@mixin hover-focus { +@mixin hover-focus() { &:hover, &:focus { @content; } } -@mixin plain-hover-focus { +@mixin plain-hover-focus() { &, &:hover, &:focus { @@ -28,7 +28,7 @@ } } -@mixin hover-focus-active { +@mixin hover-focus-active() { &:hover, &:focus, &:active {