Add CSS vars to buttons

This commit is contained in:
Jeremy Thomas
2020-08-28 13:54:53 +02:00
parent ea72271795
commit ff889b39fd
4 changed files with 142 additions and 111 deletions

View File

@@ -100,7 +100,6 @@ $navbar-colors: $colors !default
--navbar-item-active-background-color: #{$navbar-item-active-background-color}
background-color: var(--navbar-background-color)
color: var(--navbar-color)
min-height: var(--navbar-height)
position: relative
z-index: var(--navbar-z)
@@ -343,8 +342,6 @@ a.navbar-item,
background-color: transparent !important
.navbar-dropdown
a.navbar-item
background-color: var(--navbar-dropdown-item-background-color)
color: var(--navbar-dropdown-item-color)
&:focus,
&:hover
background-color: var(--navbar-dropdown-item-hover-background-color)