Forráskód Böngészése

Rounded tabs/border-radius

sbkwgh 8 éve
szülő
commit
ec34d7a7fc

+ 1 - 0
src/components/InputEditor.vue

@@ -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;
 

+ 1 - 0
src/components/InputEditorCore.vue

@@ -267,6 +267,7 @@
 		@at-root #{&}__format_button {
 			height: 1.5rem;
 			width: 1.5rem;
+			border-radius: 0.25rem;
 			text-align: center;
 			line-height: 1.4rem;
 			cursor: pointer;

+ 1 - 1
src/components/TabView.vue

@@ -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;