mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 17:02:40 +00:00
Use currentColor once instead of multiple border-color declarations
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
border-color: currentColor;
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
&:before {
|
&:before {
|
||||||
font-family: 'Font Awesome 5 Free';
|
font-family: 'Font Awesome 5 Free';
|
||||||
@@ -72,7 +73,6 @@
|
|||||||
&.type {
|
&.type {
|
||||||
background-color: #0080003b;
|
background-color: #0080003b;
|
||||||
color: #008000;
|
color: #008000;
|
||||||
border-color: #008000;
|
|
||||||
&:before{
|
&:before{
|
||||||
content: '\f0ad';
|
content: '\f0ad';
|
||||||
}
|
}
|
||||||
@@ -80,7 +80,6 @@
|
|||||||
&.group {
|
&.group {
|
||||||
background-color: #5050503b;
|
background-color: #5050503b;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
border-color: #000000;
|
|
||||||
&:before{
|
&:before{
|
||||||
content: '\f500';
|
content: '\f500';
|
||||||
}
|
}
|
||||||
@@ -88,7 +87,6 @@
|
|||||||
&.meta {
|
&.meta {
|
||||||
background-color: #0000803b;
|
background-color: #0000803b;
|
||||||
color: #000080;
|
color: #000080;
|
||||||
border-color: #000080;
|
|
||||||
&:before{
|
&:before{
|
||||||
content: '\f05a';
|
content: '\f05a';
|
||||||
}
|
}
|
||||||
@@ -96,7 +94,6 @@
|
|||||||
&.system {
|
&.system {
|
||||||
background-color: #8000003b;
|
background-color: #8000003b;
|
||||||
color: #800000;
|
color: #800000;
|
||||||
border-color: #800000;
|
|
||||||
&:before{
|
&:before{
|
||||||
content: '\f518';
|
content: '\f518';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user