This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
webpack-bootstrap-ui-kit
Watch
1
Star
0
Fork
0
You've already forked webpack-bootstrap-ui-kit
mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced
2024-10-22 11:05:45 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
f9ce733a62
webpack-bootstrap-ui-kit
/
src
/
scss
/
_mixings.scss
11 lines
115 B
SCSS
Raw
Normal View
History
Unescape
Escape
minor update
2019-12-29 06:04:00 +01:00
@mixin
hover-disabled
()
{
IMPROVEMENT: .hover and .disabled classes
2019-12-20 04:04:03 +01:00
&
:
not
(
.
disabled
)
{
minor update
2019-12-29 06:04:00 +01:00
&
.
active
,
&
:
active
,
IMPROVEMENT: .hover and .disabled classes
2019-12-20 03:54:33 +01:00
&
:
hover
,
&
:
focus
{
@content
;
}
}
}
Reference in New Issue
Copy Permalink