Removed LESS duplicate attributes

This commit is contained in:
Caleb James DeLisle
2017-12-08 18:13:35 +01:00
parent bfba239770
commit 1d2119b292
6 changed files with 11 additions and 10 deletions

View File

@@ -177,7 +177,6 @@
box-sizing: border-box;
position: relative;
outline: 0;
border: 0;
display: inline-block;
align-items: center;
padding: 0 6px;

View File

@@ -59,7 +59,6 @@
padding-right: 4px;
}
&.active {
border-color: #52a8ec;
border-color: rgba(82, 168, 236, 0.8);
}
&.duplicate {

View File

@@ -297,7 +297,6 @@
}
select {
border: 0px;
margin-left: 5px;
margin-right: 5px;
padding-left: 5px;
@@ -530,7 +529,6 @@
input {
max-width: ~"calc(100% - 40px)";
flex: 1;
font-size: 1.5em;
vertical-align: middle;
box-sizing: border-box;
cursor: auto;
@@ -568,7 +566,6 @@
align-items: center;
justify-content: center;
width: 64px;
height: 64px !important; // Allows us to have a nice square outline when focused
font-size: 1em;
color: inherit;
height: auto;