0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 20:33:51 +00:00

Use currentColor once instead of multiple border-color declarations

This commit is contained in:
G.Ambatte
2024-02-22 19:20:42 +13:00
parent 9e6f7a496e
commit 46a0a66fb6

View File

@@ -63,6 +63,7 @@
white-space: nowrap;
display: inline-block;
font-weight: bold;
border-color: currentColor;
cursor : pointer;
&:before {
font-family: 'Font Awesome 5 Free';
@@ -72,7 +73,6 @@
&.type {
background-color: #0080003b;
color: #008000;
border-color: #008000;
&:before{
content: '\f0ad';
}
@@ -80,7 +80,6 @@
&.group {
background-color: #5050503b;
color: #000000;
border-color: #000000;
&:before{
content: '\f500';
}
@@ -88,7 +87,6 @@
&.meta {
background-color: #0000803b;
color: #000080;
border-color: #000080;
&:before{
content: '\f05a';
}
@@ -96,7 +94,6 @@
&.system {
background-color: #8000003b;
color: #800000;
border-color: #800000;
&:before{
content: '\f518';
}