@@ -160,6 +160,7 @@
@include text($font--role-default, 1rem, 600);
color: $color__darkgray--primary;
border: thin solid $color__gray--primary;
+ border-radius: 0.25rem;
transition: background-color 0.2s;
margin: 0;
@@ -267,6 +267,7 @@
@at-root #{&}__format_button {
height: 1.5rem;
width: 1.5rem;
text-align: center;
line-height: 1.4rem;
cursor: pointer;
@@ -99,7 +99,7 @@
}
@at-root #{&}--small_tabs {
- border-radius: 0.125rem 0.125rem 0 0;
+ border-radius: 0.25rem 0.25rem 0 0;
flex-grow: 0;
border-bottom: 0;
margin: 0 0.25rem;