Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/styles/brackets_patterns_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ a:focus {
width: max-content;

background-color: @bc-menu-bg;
.border-radius(0 0 3px 3px);
border-radius: 0 0 3px 3px;
box-shadow: 0 3px 9px @bc-shadow;
border: none;

Expand Down Expand Up @@ -475,7 +475,7 @@ a:focus {
list-style-type: none;

.dropdown-menu {
.border-radius(3px);
border-radius: 3px;
box-shadow: 0 3px 9px @bc-shadow;

.dark & {
Expand Down Expand Up @@ -1414,7 +1414,7 @@ input[type="color"],
font-weight: normal;
-webkit-font-smoothing: antialiased;
box-shadow: inset 0 1px 0 @bc-shadow-small;
.border-radius(@bc-border-radius);
border-radius: @bc-border-radius;
.transition(~"border linear 180ms, box-shadow linear 180ms");

.dark & {
Expand Down Expand Up @@ -1552,7 +1552,7 @@ input[type="color"],
font-weight: @font-weight-semibold;
line-height: normal;
border: 1px solid @bc-btn-border;
.border-radius(@bc-border-radius);
border-radius: @bc-border-radius;
box-shadow: inset 0 1px @bc-highlight-hard;
-webkit-font-smoothing: antialiased;
text-shadow: none;
Expand Down Expand Up @@ -1709,7 +1709,7 @@ input[type="color"],
// Button Sizes
&.large {
font-size: (@baseFontSize + 1px);
.border-radius(@bc-border-radius);
border-radius: @bc-border-radius;
}
&.small {
font-size: (@baseFontSize - 1px);
Expand Down