mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-21 09:06:56 +03:00
Release: 8.1.0
This commit is contained in:
parent
afda5bb2de
commit
b9c591ac83
|
@ -1,5 +1,5 @@
|
|||
MDB5
|
||||
Version: FREE 8.0.0
|
||||
Version: FREE 8.1.0
|
||||
|
||||
Documentation:
|
||||
https://mdbootstrap.com/docs/standard/
|
||||
|
|
4
css/mdb.min.css
vendored
4
css/mdb.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
css/mdb.rtl.min.css
vendored
4
css/mdb.rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
js/mdb.umd.min.js
vendored
2
js/mdb.umd.min.js
vendored
|
@ -1,6 +1,6 @@
|
|||
/*!
|
||||
* MDB5
|
||||
* Version: FREE 8.0.0
|
||||
* Version: FREE 8.1.0
|
||||
*
|
||||
*
|
||||
* Copyright: Material Design for Bootstrap
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mdb-ui-kit",
|
||||
"version": "8.0.0",
|
||||
"version": "8.1.0",
|
||||
"type": "module",
|
||||
"main": "./js/mdb.umd.min.js",
|
||||
"module": "./js/mdb.es.min.js",
|
||||
|
|
|
@ -6,6 +6,16 @@
|
|||
--#{$prefix}list-group-item-transition-time: #{$list-group-item-transition-time};
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
--#{$prefix}list-group-item-active-margin-top: #{$list-group-active-margin-top};
|
||||
|
||||
& + .list-group-item {
|
||||
&.active {
|
||||
margin-top: var(--#{$prefix}list-group-item-active-margin-top);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list-group-item-action {
|
||||
transition: var(--#{$prefix}list-group-item-transition-time);
|
||||
|
||||
|
|
|
@ -1602,6 +1602,7 @@ $list-group-light-active-border-radius: 0.5rem !default;
|
|||
$list-group-light-active-bg: var(--#{$prefix}primary-bg-subtle) !default;
|
||||
$list-group-light-active-color: var(--#{$prefix}primary-text-emphasis) !default;
|
||||
|
||||
$list-group-active-margin-top: 0 !default;
|
||||
$list-group-small-item-py: 0.5rem !default;
|
||||
// scss-docs-end list-group-variables
|
||||
|
||||
|
|
|
@ -133,8 +133,8 @@ TEXTAREA {
|
|||
animation-name: onautofillstart;
|
||||
|
||||
-webkit-background-clip: text;
|
||||
box-shadow: inset 0 0 20px 20px white;
|
||||
-webkit-box-shadow: 0 0 20px 20px white inset !important;
|
||||
box-shadow: inset 0 0 20px 20px var(--#{$prefix}body-bg);
|
||||
-webkit-box-shadow: 0 0 20px 20px var(--#{$prefix}body-bg) inset !important;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
|
@ -142,8 +142,8 @@ TEXTAREA {
|
|||
animation-name: onautofillstart;
|
||||
|
||||
-webkit-background-clip: text;
|
||||
box-shadow: inset 0 0 20px 20px white;
|
||||
-webkit-box-shadow: 0 0 20px 20px white inset !important;
|
||||
box-shadow: inset 0 0 20px 20px var(--#{$prefix}body-bg);
|
||||
-webkit-box-shadow: 0 0 20px 20px var(--#{$prefix}body-bg) inset !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user