Toolbar: Add tiny hover effect to ooui icon buttons

Change-Id: If3f8eddb2ece0af34c5f42b264b53c7bf0ccb352
This commit is contained in:
Derk-Jan Hartman 2018-11-14 17:04:13 +01:00 committed by VolkerE
parent db6c6f636b
commit 261c76d746

View file

@ -346,6 +346,10 @@
opacity: 0.7;
}
}
&:hover {
background-color: #ecf4f9;
outline: 1px solid #dae5ec;
}
}
.tool-button.tool-active,