mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPR: minor optimizations
This commit is contained in:
parent
72bfe00d0c
commit
072cec089c
@ -78,94 +78,48 @@ p {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// exclude bootstrap-table
|
|
||||||
[data-toggle="table"] {
|
|
||||||
&:hover,
|
|
||||||
&.active,
|
|
||||||
&:focus {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
[data-toggle="collapse"] {
|
|
||||||
&[aria-expanded="true"] {
|
|
||||||
.accordion-icon {
|
|
||||||
&:before {
|
|
||||||
content: "\f068";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// transactions
|
// transactions
|
||||||
.transition,
|
|
||||||
a,
|
a,
|
||||||
a *,
|
|
||||||
.a,
|
.a,
|
||||||
.a *,
|
|
||||||
button,
|
button,
|
||||||
input,
|
input,
|
||||||
optgroup,
|
optgroup,
|
||||||
select,
|
select,
|
||||||
textarea,
|
textarea,
|
||||||
|
option,
|
||||||
.btn,
|
.btn,
|
||||||
.btn *,
|
.transition {
|
||||||
.dropdown,
|
|
||||||
.row,
|
|
||||||
.alert,
|
|
||||||
.alert *,
|
|
||||||
.message,
|
|
||||||
[data-toggle],
|
|
||||||
[data-toggle] * {
|
|
||||||
transition: all 0.4s ease;
|
transition: all 0.4s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.a,
|
|
||||||
a,
|
a,
|
||||||
[data-toggle],
|
.a,
|
||||||
button,
|
|
||||||
.btn {
|
.btn {
|
||||||
&:hover,
|
&:hover,
|
||||||
&.active,
|
&.active {
|
||||||
&[aria-expanded="true"] {
|
opacity: 0.8;
|
||||||
|
|
||||||
> .fa,
|
> .fa,
|
||||||
> .far,
|
|
||||||
> .fas,
|
|
||||||
> .fab,
|
|
||||||
> .svg-inline--fa,
|
> .svg-inline--fa,
|
||||||
&.fa,
|
&.fa,
|
||||||
&.far,
|
|
||||||
&.fas,
|
|
||||||
&.fab,
|
|
||||||
&.svg-inline--fa {
|
&.svg-inline--fa {
|
||||||
transform: scale(1.5);
|
transform: scale(1.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover,
|
&.disabled {
|
||||||
&[aria-expanded="true"] {
|
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
[data-toggle][aria-expanded="true"] {
|
||||||
opacity: 0.5;
|
opacity: 0.8;
|
||||||
cursor: default;
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&.active,
|
|
||||||
&[aria-expanded="true"] {
|
|
||||||
> .fa,
|
> .fa,
|
||||||
> .far,
|
|
||||||
> .fas,
|
|
||||||
> .fab,
|
|
||||||
> .svg-inline--fa,
|
> .svg-inline--fa,
|
||||||
&.fa,
|
&.fa,
|
||||||
&.far,
|
|
||||||
&.fas,
|
|
||||||
&.fab,
|
|
||||||
&.svg-inline--fa {
|
&.svg-inline--fa {
|
||||||
transform: rotate(0deg);
|
transform: scale(1.5);
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user