mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
CSS: Remove obsolete rules for the opacity mixin
This commit is contained in:
parent
8fca2cd9b2
commit
a668731ef7
@ -42,9 +42,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.opacity(@opacity: 0.6) {
|
.opacity(@opacity: 0.6) {
|
||||||
-webkit-opacity: @opacity;
|
opacity: @opacity;
|
||||||
-moz-opacity: @opacity;
|
|
||||||
opacity: @opacity;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.transform(@transform) {
|
.transform(@transform) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user