From a82ca12370af63eb5a403bce52dadcc564f8d763 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 30 Sep 2019 14:01:59 -0300 Subject: [PATCH] cambio sass botonera tareas pausadas --- src/sass/_botonera-principal.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/sass/_botonera-principal.scss b/src/sass/_botonera-principal.scss index 4cc7357..5edb81b 100644 --- a/src/sass/_botonera-principal.scss +++ b/src/sass/_botonera-principal.scss @@ -258,7 +258,7 @@ &:hover { background-color: #cd9035; } - &:active { + &:focus { background-color: #cd9035; } } @@ -276,16 +276,16 @@ border-radius: 12px; font: small; transform: translate3d(0px, 30px, 0px); - &:hover { - background: linear-gradient(0 ,#ffffff, #e6e6e6); - border-radius: 12px; - } - - } - .lala{ + + .items-dropdown{ background-color:rgba(0, 0, 0, 0); + &:hover { + background-color: #e6e6e6; + width: 98%; + border-radius: 12px; + } } -- 1.9.1