mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
CSS: Remove outline from .button mixin
This commit is contained in:
parent
9b2a325f6f
commit
4f21e0fb94
@ -13,6 +13,7 @@
|
|||||||
border: 2px solid @color;
|
border: 2px solid @color;
|
||||||
color: @color;
|
color: @color;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
outline: none;
|
||||||
padding: @vertical-padding @horizontal-padding;
|
padding: @vertical-padding @horizontal-padding;
|
||||||
|
|
||||||
// Transition mixin does not work w/ comma-separated transistions
|
// Transition mixin does not work w/ comma-separated transistions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user