__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// Hover mixin and `$enable-hover-media-query` are deprecated.
//
// Originally added during our alphas and maintained during betas, this mixin was
// designed to prevent `:hover` stickiness on iOS-an issue where hover styles
// would persist after initial touch.
//
// For backward compatibility, we've kept these mixins and updated them to
// always return their regular pseudo-classes instead of a shimmed media query.
//
// Issue: https://github.com/twbs/bootstrap/issues/25195
@mixin hover() {
&:hover { @content; }
}
@mixin hover-focus() {
&:hover,
&:focus {
@content;
}
}
@mixin plain-hover-focus() {
&,
&:hover,
&:focus {
@content;
}
}
@mixin hover-focus-active() {
&:hover,
&:focus,
&:active {
@content;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _alert.scss | File | 242 B | 0777 |
|
| _background-variant.scss | File | 695 B | 0777 |
|
| _badge.scss | File | 320 B | 0777 |
|
| _border-radius.scss | File | 1.79 KB | 0777 |
|
| _box-shadow.scss | File | 532 B | 0777 |
|
| _breakpoints.scss | File | 4.38 KB | 0777 |
|
| _buttons.scss | File | 3.44 KB | 0777 |
|
| _caret.scss | File | 1.39 KB | 0777 |
|
| _clearfix.scss | File | 93 B | 0777 |
|
| _deprecate.scss | File | 613 B | 0777 |
|
| _float.scss | File | 392 B | 0777 |
|
| _forms.scss | File | 5.68 KB | 0777 |
|
| _gradients.scss | File | 2 KB | 0777 |
|
| _grid-framework.scss | File | 2.04 KB | 0777 |
|
| _grid.scss | File | 2.04 KB | 0777 |
|
| _hover.scss | File | 757 B | 0777 |
|
| _image.scss | File | 1.13 KB | 0777 |
|
| _list-group.scss | File | 433 B | 0777 |
|
| _lists.scss | File | 170 B | 0777 |
|
| _nav-divider.scss | File | 369 B | 0777 |
|
| _pagination.scss | File | 462 B | 0777 |
|
| _reset-text.scss | File | 481 B | 0777 |
|
| _resize.scss | File | 202 B | 0777 |
|
| _screen-reader.scss | File | 827 B | 0777 |
|
| _size.scss | File | 148 B | 0777 |
|
| _table-row.scss | File | 794 B | 0777 |
|
| _text-emphasis.scss | File | 474 B | 0777 |
|
| _text-hide.scss | File | 326 B | 0777 |
|
| _text-truncate.scss | File | 168 B | 0777 |
|
| _transition.scss | File | 681 B | 0777 |
|
| _visibility.scss | File | 189 B | 0777 |
|