mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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) {
|
||||
-webkit-opacity: @opacity;
|
||||
-moz-opacity: @opacity;
|
||||
opacity: @opacity;
|
||||
opacity: @opacity;
|
||||
}
|
||||
|
||||
.transform(@transform) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user